Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahiche/flutterdevcamp_2024_session2
https://github.com/rahiche/flutterdevcamp_2024_session2
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rahiche/flutterdevcamp_2024_session2
- Owner: Rahiche
- License: mit
- Created: 2024-02-04T19:45:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-04T19:46:05.000Z (11 months ago)
- Last Synced: 2024-10-30T20:13:16.224Z (2 months ago)
- Language: Dart
- Size: 909 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter DevCamp 2024: Session 2
Responsive Design and Theming
## Session 2
In this session, we covered:
- Adding and displaying images from assets.
- The use of ListView and its benefits.
- The importance of responsive design.
- How to correctly get the size of the screen.
- How to get the size of a child widget and why it should not be done extensively.
- How to use Flutter's provided theming mechanism to write less code.
- How to override the theme for an individual widget or a set of widgets.## Assignment
- Create a different counter app based on the basic one, by updating the theming or making it more responsive.