Merge pull request #3 from anuragbhd/fix/readme-typos

Fix typos in README.md
This commit is contained in:
TheMuellenator 2020-01-17 11:38:15 +00:00 committed by GitHub
commit 38c39ef518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,9 @@ Were going to make a Las Vegas dice app. You can make the die roll at the pre
- How to use Flutter stateless widgets to design the user interface. - How to use Flutter stateless widgets to design the user interface.
- How to use Flutter stateful widgets to update the user interface. - How to use Flutter stateful widgets to update the user interface.
- How to change the properties of various widgets. - How to change the properties of various widgets.
- How to use onClick listeners to detect when buttons are pressed. - How to use onPressed listeners to detect when buttons are pressed.
- How to use setState to mark the widget tree as dirty and requiring update on the next render. - How to use setState to mark the widget tree as dirty and requiring update on the next render.
- How to use expanded to make widgets adapt to screen dimensions. - How to use Expanded to make widgets adapt to screen dimensions.
- Understand and use string interpolation. - Understand and use string interpolation.
- Learn about basic dart programming concepts such as data types and functions. - Learn about basic dart programming concepts such as data types and functions.
- Code and use gesture controls. - Code and use gesture controls.