globalcontroller 0.0.2 
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 globalcontrollerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  globalcontroller: ^0.0.2Alternatively, 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';