Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2 -> dev #3057

Merged
merged 36 commits into from
Oct 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
81dc6f0
Init Riverpod 3
rrousselGit Apr 24, 2023
4630ed7
Make AsyncValue sealed
rrousselGit Apr 24, 2023
8892629
Fix runtimeType lint
rrousselGit Apr 24, 2023
15f8864
Test exhaustive AsyncValue match
rrousselGit Apr 24, 2023
b40f0c3
Mark other AsyncValue classes as final
rrousselGit Apr 24, 2023
2c23093
Removed the deprecated from/argument/debugGetCreateSourceHash of prov…
rrousselGit Apr 24, 2023
7d2be09
Remove .stream
rrousselGit Apr 24, 2023
7c1c5e9
Remove maintainState
rrousselGit Apr 24, 2023
a39b2c5
Remove deprecated container properties
rrousselGit Apr 24, 2023
6c29267
Remove overrideWithProvider
rrousselGit Apr 24, 2023
82caac2
Remove some deprecated_member_use_from_same_package ignores
rrousselGit Apr 24, 2023
f170b82
Remove StateProvider.state
rrousselGit Apr 24, 2023
ac30858
Update workspace
rrousselGit Apr 24, 2023
d0e0ad6
riverpod_generator no-longer specifies Family generic arg
rrousselGit Apr 24, 2023
97abba1
Added `GeneratorProviderDeclarationElement.isFamily`
rrousselGit Apr 24, 2023
daa6d0e
Update codegen to use .isFamily
rrousselGit Apr 24, 2023
7d127a5
Update all constraints to >=3.0.0
rrousselGit Apr 24, 2023
1b77a6c
Allows providers to have generic parameters in riverpod_generator (#2…
rrousselGit Apr 24, 2023
3750842
Merge branch 'master' of https://github.com/rrousselGit/riverpod into…
rrousselGit Aug 29, 2023
5e944a9
Patch lints
rrousselGit Aug 29, 2023
39864b9
Fixup generics/lints
rrousselGit Aug 29, 2023
c0a0ecb
Last lint fixup
rrousselGit Aug 29, 2023
eefb30b
Merge branch 'master' of https://github.com/rrousselGit/riverpod into…
rrousselGit Oct 2, 2023
2278661
Generated files updates
rrousselGit Oct 2, 2023
2d2db9b
Fix test
rrousselGit Oct 2, 2023
da1d31e
Merge branch 'master' of https://github.com/rrousselGit/riverpod into…
rrousselGit Oct 2, 2023
10bea94
Merge branch 'master' of https://github.com/rrousselGit/riverpod into…
rrousselGit Oct 15, 2023
d8850a2
Fix lint tests
rrousselGit Oct 15, 2023
f794275
Update changelogs
rrousselGit Oct 15, 2023
8c90350
Merge branch 'master' of https://github.com/rrousselGit/riverpod into…
rrousselGit Oct 15, 2023
6f898c0
Sync dev with master (#3050)
rrousselGit Oct 28, 2023
57eaa38
Merge branch 'dev' of https://github.com/rrousselGit/riverpod into ri…
rrousselGit Oct 28, 2023
a6ad804
Merge branch 'master' of https://github.com/rrousselGit/riverpod into v2
rrousselGit Oct 29, 2023
a3cbacd
Revert "Revert "Revert e0360815e8b28b2e2e9cd9e18fa4f291493acef9 (#30…
rrousselGit Oct 29, 2023
8733b96
Fix generics
rrousselGit Oct 29, 2023
a94dd33
Update generated files
rrousselGit Oct 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
strategy:
matrix:
channel:
- stable
- master
package_path:
- examples/counter
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=3.0.0-0.0-dev <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/counter/lib/main.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/marvel/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.
publish_to: "none"

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=3.0.0-0.0-dev <4.0.0"
flutter: ">=1.17.0"

dependencies:
Expand Down
127 changes: 107 additions & 20 deletions examples/pub/lib/detail.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading