fero_sync 0.2.0 copy "fero_sync: ^0.2.0" to clipboard
fero_sync: ^0.2.0 copied to clipboard

Fero - Flutter Sync Orchestration SDK by StarsGathered

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fero_sync

With Flutter:

 $ flutter pub add fero_sync

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

dependencies:
  fero_sync: ^0.2.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fero_sync/coordinator/sync_coordinator.dart';
import 'package:fero_sync/core/backoff.dart';
import 'package:fero_sync/core/exceptions.dart';
import 'package:fero_sync/core/sync_handler.dart';
import 'package:fero_sync/core/sync_item.dart';
import 'package:fero_sync/core/sync_result.dart';
import 'package:fero_sync/initial_sync/initial_sync.dart';
import 'package:fero_sync/initial_sync/initial_sync_service.dart';
import 'package:fero_sync/initial_sync/initial_sync_status.dart';
import 'package:fero_sync/metadata/sync_meta_data_repository.dart';
1
likes
0
points
343
downloads

Publisher

verified publisherstarsgathered.com

Weekly Downloads

Fero - Flutter Sync Orchestration SDK by StarsGathered

Homepage

License

unknown (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on fero_sync