Separated vanilla flutter & the flutter_hooks version of the package 😢

CHANGELOGS created for both package
This commit is contained in:
Kingkor Roy Tirtho
2022-07-08 03:48:04 +06:00
parent 8563abf117
commit 4afaa4b471
30 changed files with 535 additions and 24 deletions
+1
View File
@@ -7,3 +7,4 @@ export 'src/mutation.dart';
export 'src/mutation_builder.dart';
export 'src/models/query_job.dart';
export 'src/models/mutation_job.dart';
export 'src/utils.dart' show isShallowEqual;