cloud_adapter 0.1.49 copy "cloud_adapter: ^0.1.49" to clipboard
cloud_adapter: ^0.1.49 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
140
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

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