dart_extensions 0.0.6 dart_extensions: ^0.0.6 copied to clipboard
set of method-extentions for flutter that makes using framework in a much easier and clean way also adds additional functionality.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dart_extensions
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dart_extensions: ^0.0.6
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:dart_extensions/data_stractures/stack.dart';
import 'package:dart_extensions/date.dart';
import 'package:dart_extensions/generated/i18n.dart';
import 'package:dart_extensions/iterable.dart';
import 'package:dart_extensions/strings.dart';