Installation
Fl-Query is just another Flutter "package" so no extra installation step needed just install it straight from https://pub.dev
$ flutter pub add fl_query
Using with flutter_hooks
If you're an ELITE flutter_hooks
user or want to use fl_query_hooks
you'll need the flutter_hooks
& fl_query_hooks
package
$ flutter pub add fl_query_hooks
$ flutter pub add flutter_hooks
The hooks can be imported as follows:
import 'package:fl_query/fl_query_hooks.dart';