refactor: move devtools to separate library

This commit is contained in:
Kingkor Roy Tirtho
2023-06-23 23:00:10 +06:00
parent e0c5282e19
commit 5bb89ed1fb
32 changed files with 331 additions and 45 deletions
+2 -4
View File
@@ -1,11 +1,10 @@
name: fl_query
description: Asynchronous data caching, refetching & invalidation library for Flutter
version: 1.0.0-alpha.2
homepage: https://fl-query.vercel.app
issue_tracker: https://github.com/KRTirtho/fl-query/issues
repository: https://github.com/KRTirtho/fl-query
repository: https://github.com/KRTirtho/fl-query/tree/main/packages/fl_query
environment:
sdk: ">=2.17.1 <4.0.0"
@@ -19,7 +18,6 @@ dependencies:
hive_flutter: ^1.1.0
mutex: ^3.0.1
state_notifier: ^0.7.2+1
json_view: ^0.4.1
dev_dependencies:
build_runner: ^2.2.0