flutter_assist 1.0.2 copy "flutter_assist: ^1.0.2" to clipboard
flutter_assist: ^1.0.2 copied to clipboard

This package includes various utility functions and classes that aim to simplify some common tasks while working with Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_assist

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

dependencies:
  flutter_assist: ^1.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_assist/flutter_assist.dart';
1
likes
100
points
84
downloads

Publisher

unverified uploader

Weekly Downloads

This package includes various utility functions and classes that aim to simplify some common tasks while working with Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

file_picker, flutter, flutter_animate, flutter_cache_manager, flutter_svg, google_maps_flutter, image_picker, intl, logging

More

Packages that depend on flutter_assist