files moved to src folder

added flutter_hooks support with example
This commit is contained in:
Kingkor Roy Tirtho
2022-06-22 13:46:40 +06:00
parent e0c70d153f
commit 8c53f1b0fe
20 changed files with 319 additions and 30 deletions
@@ -0,0 +1,4 @@
library fl_query_hooks;
export 'src/hooks/use_query.dart';
export 'src/hooks/use_mutation.dart';