flutter_plus 1.0.1 copy "flutter_plus: ^1.0.1" to clipboard
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!

example/lib/main.dart

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

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(FlutterPlusExample());
}
53
likes
110
pub points
75%
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