save_points_extensions_utils 1.0.2+1
save_points_extensions_utils: ^1.0.2+1 copied to clipboard
Extensions and reusable widgets. Provides 100+ widget extensions, data type extensions, form validators, spacing utilities, and more. Zero dependencies, fully documented, production-ready.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add save_points_extensions_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
save_points_extensions_utils: ^1.0.2+1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:save_points_extensions_utils/save_points_extensions_utils.dart';