Skip to content

Commit

Permalink
Added may 2024 update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Nov 6, 2024
1 parent 5fde90f commit a12b54b
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,11 @@
[
"November 2023 Update",
"/updates/2023-11"
],
[
"May 2024 Update",
"/updates/2024-05"
]

]
],
[
Expand Down
1 change: 1 addition & 0 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Here's a list of all the course updates I've made so far:
- [May 2023 Update (Flutter 3.10, Dart 3.0, Riverpod 2.3, GoRouter 7.0)](/updates/2023-05)
- [August 2023 Update (Flutter 3.13, Dart 3.1, GoRouter 10.1)](/updates/2023-08)
- [November 2023 Update (Flutter 3.16, Dart 3.2, GoRouter 12.1)](/updates/2023-11)
- [May 2024 Update (Flutter 3.22, Dart 3.4)](/updates/2024-05)

## Flutter Web Demo

Expand Down
40 changes: 40 additions & 0 deletions docs/updates/2024-05.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Foundations Course - May 2024 Update

Mainly **minor** changes:

- Updated course to Flutter 3.22, Dart 3.4
- Updated course to latest package versions

Also regenerated all target platforms (ios, macos, android, web) with the latest flutter CLI. As a result, the project now uses the latest [Flutter web app initialization](https://docs.flutter.dev/platform-integration/web/bootstrapping) code.

Here's a list of all the packages in use and their versions:

```yaml
environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
flutter:
sdk: flutter
flutter_launcher_icons: 0.13.1
intl: 0.19.0
flutter_layout_grid: 2.0.6
flutter_rating_bar: 4.0.1
go_router: 14.1.1
flutter_riverpod: 2.5.1
riverpod_annotation: 2.3.5
rxdart: 0.27.7
sembast: 3.7.1
sembast_web: 2.3.0
path_provider: 2.1.3

dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: 4.0.0
mocktail: 1.0.3
build_runner: 2.4.9
riverpod_generator: 2.4.0
```

0 comments on commit a12b54b

Please sign in to comment.