flutter_enhancer 0.2.0
flutter_enhancer: ^0.2.0 copied to clipboard
A huge set of Flutter utilities and extensions to make your development easier.
// ignore_for_file: avoid_print
import 'dart:async';
Future<void> main() async {
print("Check out the example usages in the extensions' documentation comments (///)!");
}