feat: add mutation and mutation builder with example

This commit is contained in:
Kingkor Roy Tirtho
2023-02-23 10:58:31 +06:00
parent 83df0ba576
commit 6a90f847c9
14 changed files with 688 additions and 45 deletions
+5 -1
View File
@@ -18,8 +18,12 @@ class MainApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp.router(
theme: ThemeData(
colorSchemeSeed: Colors.red[100],
useMaterial3: true,
),
title: 'FL Query Example',
showPerformanceOverlay: true,
// showPerformanceOverlay: true,
routerConfig: router,
);
}