These are the slides and code of a talk I gave at the Flutter Tokyo Meetup and GDG Skopje.
In software development, small projects are quite different from large apps. As the scope gets bigger and functionality is added, quick solutions that worked before might create bugs later, state management can become complex and logic and UI changes are difficult to implement as requirements change. In this talk, I explain how a state management pattern called ‘Redux’ can help your app become easier to build, more readable and more quickly expandable.
- Flutter
- Design Patterns
- State Management
- Testing
- The recording of the talk at the Flutter Tokyo Meetup.
- The event page for GDG Skopje.
- An article by tech news outlet IT.mk about GDG Skopje featuring this talk.
- A tweet by GDG Skopje announcing the talk.
- A tweet by GDG Skopje after the event.
For help getting started with Flutter, view the online documentation.