cloud_adapter 0.1.50 copy "cloud_adapter: ^0.1.50" to clipboard
cloud_adapter: ^0.1.50 copied to clipboard

PlatformAndroid

This package contains all the methods to allow pairing & replication for GEIGER Project.

example/main.dart

import 'package:cloud_adapter/cloud_adapter.dart';

void main() async {

  ReplicationController? _controller;

  _controller = ReplicationService();
  _controller!.initGeigerStorage();

  bool checkReplication = await _controller!.checkReplication();

  print('Current replication ' + checkReplication.toString());

}
1
likes
150
points
104
downloads

Publisher

unverified uploader

Weekly Downloads

This package contains all the methods to allow pairing & replication for GEIGER Project.

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

crypto, encrypt, flutter, flutter_dotenv, geiger_api, geiger_localstorage, http, intl, json_annotation, path_provider, uuid

More

Packages that depend on cloud_adapter