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());
}
copied to clipboard
56
likes
130
points
87
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.04 - 2025.04.18

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