flutter_data_shp_provider 0.0.1 copy "flutter_data_shp_provider: ^0.0.1" to clipboard
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_provider

This 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.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:flutter_data_shp_provider/flutter_data_shp_provider.dart';
0
likes
140
points
346
downloads

Publisher

unverified uploader

Weekly Downloads

A singleton wrapper around SharedPreferences for managing authentication and session data with built-in error handling and debug logging.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on flutter_data_shp_provider