save_points_extensions_utils 2.0.0
save_points_extensions_utils: ^2.0.0 copied to clipboard
Extensions and reusable widgets for Flutter. 100+ widget extensions, 40+ animated effects, pre-built UI components, data-type extensions, form validators, and spacing utilities. Zero dependencies, ful [...]
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: ^2.0.0Alternatively, 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';