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

A flexible, offline-first, multi-platform data repository designed for Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_smart_repository

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

dependencies:
  flutter_smart_repository: ^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:flutter_smart_repository/flutter_smart_repository.dart';
1
likes
140
points
32
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A flexible, offline-first, multi-platform data repository designed for Flutter applications.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, flutter, flutter_secure_storage, hive, hive_flutter

More

Packages that depend on flutter_smart_repository