checkgate_flutter 0.1.2
checkgate_flutter: ^0.1.2 copied to clipboard
Checkgate feature-flag SDK for Flutter — local evaluation via Rust FFI.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add checkgate_flutterWith Flutter:
$ flutter pub add checkgate_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
checkgate_flutter: ^0.1.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.