Skip to content

Commit

Permalink
Tweak November changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Dec 20, 2023
1 parent 32f92f8 commit 75c6213
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/updates/2023-11.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ Mainly **minor** changes:

To run the latest code, make sure you're running on Flutter 3.16 (run `flutter upgrade` if you're still on an older version).

I also recommend to upgrade to **Xcode 15** and **Cocoapods 1.13.0** if you want to develop for iOS and macOS.
I also recommend to upgrade to **Xcode 15** and **Cocoapods 1.13.0** or above if you want to develop for iOS and macOS.

Here are the most important details for each section / lesson. 👇

### Section 1

- Set `useMaterial3: true` flag to `ThemeData` in `MaterialApp`
- Set `useMaterial3: true` flag in the `ThemeData` of `MaterialApp`

### Section 2

- Updated course to GoRouter 12.1.1
- In lesson 10, mention that we will no longer use `push` and the `optionURLReflectsImperativeAPIs` flag since they causes problems with `redirect` and `refreshListenable`
- In lesson 10, mention that we will no longer use `push` and the `optionURLReflectsImperativeAPIs` flag since they cause problems with `redirect` and `refreshListenable`

### Section 4

Expand Down

0 comments on commit 75c6213

Please sign in to comment.