query_kit_flutter 1.0.0
query_kit_flutter: ^1.0.0 copied to clipboard
Flutter binding for query_kit: a provider, controllers, builder widgets, a State mixin and context.query. An AI-coded community port, not affiliated with TanStack.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add query_kit_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
query_kit_flutter: ^1.0.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:query_kit_flutter/query_kit_flutter.dart';