flutter_extentions 0.0.2 copy "flutter_extentions: ^0.0.2" to clipboard
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_extentions

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_extentions: ^0.0.2

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_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';
2
likes
20
pub points
28%
popularity

Publisher

unverified uploader

set of method-extentions for flutter that makes using framework in a much easier and clean way also adds additional functionality.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, intl, quiver

More

Packages that depend on flutter_extentions