refactor: move devtools to separate library
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user