feat: add devtools (WIP)

This commit is contained in:
Kingkor Roy Tirtho
2023-05-29 13:33:09 +06:00
parent 0fa58dcb84
commit 1b1f1cdc93
18 changed files with 547 additions and 2 deletions
+3
View File
@@ -23,6 +23,9 @@ class MainApp extends StatelessWidget {
useMaterial3: true,
),
title: 'FL Query Example',
builder: (context, child) {
return FlQueryDevtools(child: child);
},
routerConfig: router,
);
}
+8
View File
@@ -151,6 +151,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.6.7"
json_view:
dependency: transitive
description:
name: json_view
sha256: a60ea6dae3a3fe7a94418bdbc9e66f990f7a4582e010b091d27db16ab6fb1a3e
url: "https://pub.dev"
source: hosted
version: "0.4.1"
lints:
dependency: transitive
description: