flutter_extentions 0.0.2
flutter_extentions: ^0.0.2 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 flutter_extentionsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_extentions: ^0.0.2Alternatively, 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_extentions/data_stractures/stack.dart';
import 'package:flutter_extentions/date.dart';
import 'package:flutter_extentions/generated/i18n.dart';
import 'package:flutter_extentions/iterable.dart';
import 'package:flutter_extentions/strings.dart';