diff --git a/docs/updates/2023-11.mdx b/docs/updates/2023-11.mdx index 56d5025c..6d02c665 100644 --- a/docs/updates/2023-11.mdx +++ b/docs/updates/2023-11.mdx @@ -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