61 Commits

Author SHA1 Message Date
f967cfd5eb Updated README.md 2022-11-26 00:35:40 +01:00
886050d9b9 Updated README.md 2022-11-26 00:34:36 +01:00
9948d5180b Completed and documented the code gen example
This isn't complete, yet. We're waiting on a PR on the Flutter master channel.
2022-11-26 00:29:46 +01:00
a635f258c6 Added generated files to .gitignore 2022-11-25 23:47:32 +01:00
2c1214c97a Removed the codegen files from the git repository 2022-11-25 23:47:01 +01:00
2de88774e1 Updated README.md 2022-11-17 17:36:13 +01:00
d7ab5edae7 Merge pull request #8 from lucavenir/codegen
Changed the main example with code gen tools
2022-11-17 17:31:32 +01:00
0e7f5e8140 Changed the main example with code gen tools 2022-11-17 17:11:40 +01:00
7f2f782b08 Added a Riverpod Logger
This ProviderObserver should help users understand what's going on under the hood and the "hows and whys" of certain choices.
2022-11-17 14:52:56 +01:00
0927dc4a94 Changed the main example to address useless rebuilds
Now, routerProvider is asynchronous. This makes sense, as the router depends on asynchronous providers.
2022-11-17 14:41:54 +01:00
926ade3a5e Bumped Riverpod's dependencies to 2.1.1 2022-11-17 14:39:57 +01:00
f8d6159779 Merge pull request #3 from ponnamkarthik/patch-1
Login and Logout Logic fix - big thanks to @ponnamkarthik
2022-10-17 21:39:56 +02:00
fae7d76d07 Update main.dart 2022-10-16 07:27:50 +05:30
de85eda0f7 Added a firebase example 2022-10-13 22:40:52 +02:00
49ec83c8d6 hotfix 2022-10-13 22:40:47 +02:00
143bf0a270 Corrected tests 2022-10-10 17:15:55 +02:00
b841c4b173 Updated README.md 2022-10-10 09:27:18 +02:00
427dfda146 Merge branch 'alternative_approach' 2022-10-10 09:21:31 +02:00
b2cd68e47c Fully migrate to the new approach 2022-10-10 09:21:24 +02:00
3328b4f7d5 The old async router example is now a legacy example. 2022-10-10 09:10:49 +02:00
b52b983a6c The "alternative" example is actually the right way. 2022-10-10 09:10:24 +02:00
3419d111a5 Moved the old sync router as a legacy example 2022-10-10 08:58:58 +02:00
b92d2b873d Added a readme onto the legacy examples 2022-10-10 08:58:45 +02:00
343617c802 Updated README.md 2022-10-07 16:44:12 +02:00
e20aff1cd9 Cleanup 2022-10-07 16:40:14 +02:00
ec3d5c28f5 The alternative example is given its standalond folder 2022-10-07 16:39:12 +02:00
171d80bd60 Cleanup 2022-10-07 16:21:31 +02:00
0baed655a8 Added the "complete" example to its standalone folder 2022-10-07 16:15:05 +02:00
fe023998c0 Improved tests description 2022-10-07 15:25:48 +02:00
8c38dbcd2d Added the async example in its stand alone folder 2022-10-07 15:11:48 +02:00
8552f0ccae Improved tests 2022-10-07 15:10:21 +02:00
a79164e9d6 clean up 2022-10-07 11:00:57 +02:00
f0ac3e3c2c Added the sync example in its stand alone folder 2022-10-07 10:56:05 +02:00
b1421a68e2 Inserted RefreshStream legacy example in its stand alone folder 2022-10-07 10:32:50 +02:00
5a4edf676f Inserted ValueNotifier legacy example in its stand alone folder 2022-10-07 10:27:05 +02:00
c525ba047f Added an alternative approach example 2022-10-05 23:38:53 +02:00
2753f7976d Updated the SDK 2022-10-05 23:31:34 +02:00
a38758beaa Update README.md 2022-10-05 23:23:19 +02:00
49424cf4dc Introduced an advanced usage example
~ refactored and uniformed our API
2022-10-05 22:38:44 +02:00
e5e8c1bae5 Even more cleanup 2022-10-05 17:36:07 +02:00
71a77f77c2 Cleaned up the project
Re-structed the project so that it's cleaner, easier to understand (better naming) and gives best practices first
2022-10-05 17:27:59 +02:00
b9d1079aec Corrected a bad-practice 2022-10-05 17:16:48 +02:00
ab4cff6185 Bumped dependencies (Riverpod v2) 2022-10-05 17:06:41 +02:00
1e7eacb7d9 Refactored and centralized route names and locations 2022-10-05 17:06:23 +02:00
b5a052133a Some documentation 2022-09-20 19:32:28 +02:00
410727ce1b Implemented an Asynchronous redirect 2022-09-20 19:30:53 +02:00
b20f43d491 Updated the references for GoRouter repo 2022-09-20 18:26:22 +02:00
6eb43107b7 Migrated GoRouter to v5 2022-09-20 18:23:52 +02:00
b8f7585aee Migrated GoRouter to v4+ GoRouterV4 2022-09-20 17:53:18 +02:00
e8c25d073a Cleaned comments, better docs, centralized logic GoRouterV3 2022-05-15 13:10:23 +02:00