Files
fl-query/packages/fl_query/pubspec.yaml
T
Kingkor Roy Tirtho 4afaa4b471 Separated vanilla flutter & the flutter_hooks version of the package 😢
CHANGELOGS created for both package
2022-07-08 03:48:04 +06:00

27 lines
553 B
YAML

name: fl_query
description: Asynchronous data caching, refetching & invalidation library for Flutter
version: 0.1.0
homepage: https://fl-query.vercel.app
issue_tracker: https://github.com/KRTirtho/fl-query/issues
repository: https://github.com/KRTirtho/fl-query
environment:
sdk: ">=2.17.1 <3.0.0"
flutter: ">=1.17.0"
dependencies:
collection: ^1.16.0
connectivity_plus: ^2.3.5
flutter:
sdk: flutter
uuid: ^3.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
mocktail: ^0.3.0
flutter_hooks: ^0.18.5