flutter_offline_sync 0.0.1 copy "flutter_offline_sync: ^0.0.1" to clipboard
flutter_offline_sync: ^0.0.1 copied to clipboard

A comprehensive Flutter package for offline functionality with automatic sync capabilities across all platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_offline_sync

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

dependencies:
  flutter_offline_sync: ^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_offline_sync/flutter_offline_sync.dart';
1
likes
90
points
164
downloads

Publisher

verified publisherbechattaoui.dev

Weekly Downloads

A comprehensive Flutter package for offline functionality with automatic sync capabilities across all platforms.

Homepage
Repository (GitHub)
View/report issues

Topics

#offline #sync #database #flutter #cross-platform

Documentation

API reference

License

MIT (license)

Dependencies

dio, equatable, flutter, json_annotation, path, rxdart, shared_preferences, uuid

More

Packages that depend on flutter_offline_sync