data_handler 0.0.4
data_handler: ^0.0.4 copied to clipboard
Refactored architecture with enhanced global configuration for state management and data handling in Flutter applications. This package provides a robust solution for managing API states, including lo [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add data_handler
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
data_handler: ^0.0.4
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:data_handler/data_handler.dart';