Skip to content
Open
Changes from all commits
Commits
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

4. #### [Section 10 : Quizzler App](#section-10--quizzler-app-lesson-94)

5. #### [Section 12 : BMI Calculator App](#section-12--bmi-calculator-app-lessons-125-126-128-129)
5. #### [Section 12 : BMI Calculator App](#section-12--bmi-calculator-app-lessons-122-125-126-128-129)

6. #### [Section 13 : Clima App](#section-13--clima-app-lesson-140)

Expand Down Expand Up @@ -265,10 +265,12 @@

- **`FlatButton`** is **`deprecated`**, so use **`TextButton`** instead.

## Section 12 : BMI Calculator App (Lessons 125, 126, 128, 129)
## Section 12 : BMI Calculator App (Lessons 122, 125, 126, 128, 129)

##### [Go back to Index](#index)

- Lesson 122 : replace **`primaryColor`** with **`primarySwatch`** inside the ThemeData wedgit

- **`@required`** is replaced by just **`required` (Without @ sign)**

- So, while making **`ReusableCard`**, lesson shows you can skip using **`cardChild`** property, but that isn't possible, due to **`null safety`**
Expand Down