fero_sync 0.1.0
fero_sync: ^0.1.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_syncWith Flutter:
$ flutter pub add fero_syncThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fero_sync: ^0.1.0Alternatively, 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/main.dart';
import 'package:fero_sync/metadata/sync_meta_data_repository.dart';