This repo is a curated collection of sample projects which show Monarch working with various packages, patterns and tools.
Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs. Find out more at https://monarchapp.io
- samples_patterns provides examples of using Monarch
with the following patterns:
- bloc
- cubit
- lists
- internationalization
- provider
- change notifier
- themes
- dialogs, alerts, banners
- widget tests
- animations
- navigation
- images
- samples_booking uses a pretty booking theme. The Monarch website showcases this project.
- samples_intl_tools shows internationalization in Monarch using the intl package and tools.
- samples_riverpod uses Monarch with the state-management library Riverpod.
- samples_easy_localization shows internationalization in Monarch using the easy_localization package.