https://github.com/dropsource/monarch_samples
Collection of sample projects which show Monarch working with various packages, patterns and tools.
https://github.com/dropsource/monarch_samples
flutter
Last synced: about 2 months ago
JSON representation
Collection of sample projects which show Monarch working with various packages, patterns and tools.
- Host: GitHub
- URL: https://github.com/dropsource/monarch_samples
- Owner: Dropsource
- Created: 2021-03-24T20:50:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T15:17:30.000Z (about 1 year ago)
- Last Synced: 2025-11-06T14:37:33.331Z (6 months ago)
- Topics: flutter
- Language: Dart
- Homepage: https://monarchapp.io
- Size: 9.56 MB
- Stars: 21
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monarch Samples
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_
### Sample projects
- [samples_patterns](/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](/samples_booking) uses a pretty booking theme. The [Monarch
website](https://monarchapp.io/) showcases this project.
- [samples_intl_tools](/samples_intl_tools) shows internationalization in Monarch
using the [intl](https://github.com/dart-lang/intl) package and tools.
- [samples_riverpod](/samples_riverpod) uses Monarch with the state-management library
[Riverpod](https://riverpod.dev/).
- [samples_easy_localization](/samples_easy_localization) shows internationalization
in Monarch using the [easy_localization](https://github.com/aissat/easy_localization) package.