flutter_plus 1.0.1 flutter_plus: ^1.0.1 copied to clipboard
Create customized Containers/Buttons/TextFields/Texts/RichTexts in a few lines. Navigate between Screens and open BottomSheets/Dialogs/Snackbars without context and more!
import 'package:flutter/material.dart';
import 'flutter_plus_example.dart';
void main() {
WidgetsFlutterBinding.ensureInitialized();
runApp(FlutterPlusExample());
}