mono_kit 0.1.1+1
mono_kit: ^0.1.1+1 copied to clipboard
A collection of convenient widgets and utils made by mono. Under construction now.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'app.dart';
void main() => runApp(App());