electricsql_flutter

Last updated:

0 purchases

electricsql_flutter Image
electricsql_flutter Images
Add to Cart

Description:

electricsql flutter

electricsql_flutter #
Extra set of utilities when using Electric in a Flutter application to complement electricsql.
Features #
ConnectivityStateController
A ChangeNotifier that you can use if you want to get notified about the ConnectivityState state between the app and the Electric service.
It can be instantiated after electrifying the database:
final electricClient = await electrify(...);
// Make sure to call [init] at the begining and call [dispose] when needed.
final controller = ConnectivityStateController(electricClient)..init();
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.