lean_sdk_flutter 3.0.12
lean_sdk_flutter: ^3.0.12 copied to clipboard
Lean SDK Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lean_sdk_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
lean_sdk_flutter: ^3.0.12Alternatively, 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:lean_sdk_flutter/lean_sdk_flutter.dart';