Skip to content

Instantly share code, notes, and snippets.

View Milimeter's full-sized avatar

Oladapo Abdulrazaq Milimeter

View GitHub Profile
@Milimeter
Milimeter / S_ShapedRadius.dart
Created November 27, 2022 22:37
S-Shaped Border Radius.dart
import 'package:flutter/material.dart';
class S__ShapedBorderRadius extends StatelessWidget {
const S__ShapedBorderRadius({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.blue,
body: Column(
@Milimeter
Milimeter / gist:2cea803b4fd87dae5e0741c2018359de
Created September 4, 2022 09:37
Binance crypto asset symbol list dump
List bb = [ "ETHBTC",
"LTCBTC",
"BNBBTC",
"NEOBTC",
"QTUMETH",
"EOSETH",
"SNTETH",
"BNTETH",
"BCCBTC",
"GASBTC",