26 Commits

Author SHA1 Message Date
05144df889 Make mutations experimental (#4076) 2025-04-24 17:37:49 +02:00
2c09a1a4f7 Sync dev with master (#4068) 2025-04-20 17:58:08 +02:00
c51008b333 Cleanup (#4043)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated dependency configurations to allow greater flexibility and
removed an obsolete linting tool.
- **Refactor**
- Streamlined state management and theme handling to improve
maintainability without impacting visible functionality.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-03-29 23:48:21 +01:00
50cadb4a5a Fix CI 2023-06-06 12:15:52 +02:00
6d63eb7838 Add @useResult onto Ref.refresh (#1799) 2022-10-20 21:00:03 +02:00
dea35d2b39 Enable more lints (#1607) 2022-09-07 11:08:27 +02:00
a2a6f8e5ba Upgrade dependencies and split home.dart 2022-07-31 13:03:55 +02:00
0359ecf090 Refactor theme logic 2022-07-31 12:37:48 +02:00
4108ccfe7c Add missing nullable 2022-07-31 12:19:23 +02:00
6520bc9e65 Add ref.keepAlive() and deprecate ref.maintainState (#1180) 2022-02-12 20:33:45 +01:00
6c767dcc71 Update StateProvider to return the state instead of StateController by default (#882) 2021-11-04 17:54:55 +01:00
cb9ce91dea Remove AsyncValue.previous, refactor .future/.stream and renamed .future to .last (#852) 2021-10-24 22:05:48 +01:00
02d2f52b30 AsyncValue.value now return null instead of throwing during loading state
fixes #270
2021-10-11 14:00:53 +01:00
80b44aea60 Add previous AsyncData to AsyncError (#741) 2021-09-11 14:41:25 +01:00
61809d282a Rewrite AsyncValue without Freezed (#670) 2021-08-21 14:38:24 +01:00
3d4a451347 Fix marvel example using ref.read 2021-07-04 23:50:29 +01:00
6ce875ae62 Allow all providers to be scoped (#542) 2021-06-27 13:40:35 +01:00
0542abbd06 Riverpod 1.0.0 (#462) 2021-06-20 20:11:18 +01:00
773cda3f87 update dependencies for example (#458) 2021-05-13 10:43:17 +01:00
9289f40f32 set center for CircularProgressIndicator (#428)
CircularProgressIndicator is not center.
so, I fix it.
2021-04-11 09:58:47 +01:00
fc66736c54 Add devtool bindings (#356) 2021-03-04 11:42:35 +00:00
abd70baa65 Migrate riverpod/flutter_riverpod/hooks_riverpod to null-safety (#292) 2021-01-29 10:14:59 +00:00
4086ae14e2 update all_lint_rules 2020-10-03 02:39:19 +01:00
bdc9871120 Export ConsumerWidget 2020-08-25 04:04:39 +01:00
fa00dabcd0 Refactor SO example to use FutureProvider 2020-08-24 12:49:02 +01:00
ddadf852ac Split SO example in multiple files 2020-08-23 17:24:29 +01:00