Skip to content

Commit

Permalink
Update getting_started
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Dec 24, 2022
1 parent b7add48 commit fab973a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/getting_started.mdx
Expand Up @@ -50,7 +50,7 @@ dependencies:
flutter:
sdk: flutter
flutter_hooks: ^0.18.0
hooks_riverpod: ^2.1.1
hooks_riverpod: ^2.1.2
```

Then run `flutter pub get`.
Expand All @@ -66,7 +66,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_riverpod: ^2.1.1
flutter_riverpod: ^2.1.2
```

Then run `flutter pub get`.
Expand All @@ -79,7 +79,7 @@ environment:
sdk: ">=2.12.0-0 <3.0.0"

dependencies:
riverpod: ^2.1.1
riverpod: ^2.1.2
```

Then run `dart pub get`.
Expand Down

0 comments on commit fab973a

Please sign in to comment.