all_in_one 0.0.1 copy "all_in_one: ^0.0.1" to clipboard
all_in_one: ^0.0.1 copied to clipboard

discontinued

A simple flutter package that contains access to many other flutter packages, so that you only have to import only one package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add all_in_one

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

dependencies:
  all_in_one: ^0.0.1

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:all_in_one/all_in_one.dart';
0
likes
40
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A simple flutter package that contains access to many other flutter packages, so that you only have to import only one package.

Homepage

License

MIT (license)

Dependencies

cached_network_image, cloud_firestore, firebase_auth, firebase_core, flutter, fluttericon, font_awesome_flutter, google_fonts, image_picker, path_provider, provider, shared_preferences, sqflite, url_launcher

More

Packages that depend on all_in_one