electricsql_flutter 0.8.0 copy "electricsql_flutter: ^0.8.0" to clipboard
electricsql_flutter: ^0.8.0 copied to clipboard

Flutter specific utilities for the electricsql Dart package. Can be used as a standalone package instead of electricsql.

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();
4
likes
160
pub points
69%
popularity

Publisher

unverified uploader

Flutter specific utilities for the electricsql Dart package. Can be used as a standalone package instead of electricsql.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

electricsql, flutter

More

Packages that depend on electricsql_flutter