electricsql_flutter 0.6.0 electricsql_flutter: ^0.6.0 copied to clipboard
Flutter specific utilities for the electricsql Dart package. Can be used as a standalone package instead of electricsql.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add electricsql_flutter
With Flutter:
$ flutter pub add electricsql_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
electricsql_flutter: ^0.6.0
Alternatively, 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:electricsql_flutter/electricsql_flutter.dart';