easy_app 0.1.10 copy "easy_app: ^0.1.10" to clipboard
easy_app: ^0.1.10 copied to clipboard

A simple flutter package to make app easily. Provides useful functions for app. This package would be used in small-scale app, such as a personal app, or a test app.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add easy_app

With Flutter:

 $ flutter pub add easy_app

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

dependencies:
  easy_app: ^0.1.10

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:easy_app/easy_app.dart';
5
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A simple flutter package to make app easily. Provides useful functions for app. This package would be used in small-scale app, such as a personal app, or a test app.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

connectivity_plus, flutter, fluttertoast, path_provider, provider, receive_sharing_intent, uuid

More

Packages that depend on easy_app