app_manager 0.1.1 copy "app_manager: ^0.1.1" to clipboard
app_manager: ^0.1.1 copied to clipboard

A lightweight Flutter package that simplifies the customization of Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_manager

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

dependencies:
  app_manager: ^0.1.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:app_manager/app_manager.dart';
1
likes
160
pub points
0%
popularity

Publisher

verified publisheremresoysuren.com

A lightweight Flutter package that simplifies the customization of Flutter apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on app_manager