
About
? A flutter app that keeps track of your personal expenses and shows the last week expenses in some charts
?? Things I learned from this project
- Flutter Fundemntals
- Composing UI from built-in and custom Widgets
- Custom Widgets are also composed from built-in and other custom Widgets
- Styling and configuring via arguments
- Use the docs & IDE support!
- Styling & Configuring Widgets
- Styling & layout options are very different
- Different widgets can get the job done
- Theming
- Defining a global theming and text
- Built-in widgets use Theme settings automatically
- Business logic
- Lifting state up and use stateful widgets only when needed
- Passing functions references and data around
- Adjusting the UI to your logic
Screenshots