flutter_data_shp_provider 0.0.1
flutter_data_shp_provider: ^0.0.1 copied to clipboard
A singleton wrapper around SharedPreferences for managing authentication and session data with built-in error handling and debug logging.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_data_shp_providerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_data_shp_provider: ^0.0.1Alternatively, 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:flutter_data_shp_provider/flutter_data_shp_provider.dart';