flutter_plus 1.0.0 copy "flutter_plus: ^1.0.0" to clipboard
flutter_plus: ^1.0.0 copied to clipboard

outdated

Create customized Containers/Buttons/TextFields/Texts/RichTexts in a few lines. Navigate between Screens and open BottomSheets/Dialogs/Snackbars without context and more!

example/lib/main.dart

import 'package:flutter/material.dart';
import 'flutter_plus_example.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(FlutterPlusExample());
}
55
likes
80
pub points
63%
popularity

Publisher

unverified uploader

Create customized Containers/Buttons/TextFields/Texts/RichTexts in a few lines. Navigate between Screens and open BottomSheets/Dialogs/Snackbars without context and more!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

diacritic, flutter, intl, path, shared_preferences

More

Packages that depend on flutter_plus