flutter_extensions_pack 1.0.0
flutter_extensions_pack: ^1.0.0 copied to clipboard
A comprehensive Flutter Extensions Pack designed to simplify and enhance Flutter development. This package introduces utilities for padding, spacing, border radius, date-time operations, string manipu [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_extensions_pack
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_extensions_pack: ^1.0.0
Alternatively, 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:flutter_extensions_pack/flutter_extensions_pack.dart';