easy_app 0.1.18 copy "easy_app: ^0.1.18" to clipboard
easy_app: ^0.1.18 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 Flutter:

 $ flutter pub add easy_app

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

dependencies:
  easy_app: ^0.1.18

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:easy_app/easy_app.dart';
5
likes
120
pub points
9%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on easy_app