dartway_serverpod_core_flutter 0.9.0
dartway_serverpod_core_flutter: ^0.9.0 copied to clipboard
Flutter side of the DartWay core: a typed realtime data layer over the Serverpod module, session management, connection-aware error handling and context-rich alerting.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dartway_serverpod_core_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dartway_serverpod_core_flutter: ^0.9.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dartway_serverpod_core_flutter/dartway_serverpod_core_flutter.dart';