docs: update according to the new query bowl refactor

This commit is contained in:
Kingkor Roy Tirtho
2022-09-22 22:26:44 +06:00
parent 33f716a165
commit e0c3d7f4ba
5 changed files with 16 additions and 8 deletions
+1
View File
@@ -45,6 +45,7 @@ First wrap your `MaterialApp` with with `QueryBowlScope` widget
```dart
Widget build(BuildContext context) {
return QueryBowlScope(
bowl: QueryBowl(),
child: MaterialApp(
title: 'Fl-Query Example App',
theme: ThemeData(