globalcontroller 0.0.2 copy "globalcontroller: ^0.0.2" to clipboard
globalcontroller: ^0.0.2 copied to clipboard

GlobalController is a powerful Flutter package designed to simplify state management in your applications. With GlobalController, you can easily manage and share data across different screens and widg [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add globalcontroller

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

dependencies:
  globalcontroller: ^0.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:globalcontroller/globalcontroller.dart';
1
likes
140
pub points
58%
popularity

Publisher

unverified uploader

GlobalController is a powerful Flutter package designed to simplify state management in your applications. With GlobalController, you can easily manage and share data across different screens and widgets without the need for complex and boilerplate code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on globalcontroller