https://github.com/mewssystems/mews-flutter
Flutter and Dart open-source packages maintained by Mews.
https://github.com/mewssystems/mews-flutter
dart dart-library dart-package dart2 flutter flutter-package flutter-plugin
Last synced: 3 months ago
JSON representation
Flutter and Dart open-source packages maintained by Mews.
- Host: GitHub
- URL: https://github.com/mewssystems/mews-flutter
- Owner: MewsSystems
- Created: 2020-11-23T20:34:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T10:22:39.000Z (3 months ago)
- Last Synced: 2025-04-04T11:28:13.041Z (3 months ago)
- Topics: dart, dart-library, dart-package, dart2, flutter, flutter-package, flutter-plugin
- Language: Dart
- Homepage:
- Size: 4.2 MB
- Stars: 69
- Watchers: 44
- Forks: 37
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/invertase/melos)
## mews-flutter
This repository contains Flutter and Dart open-source packages maintained by [Mews](https://mews.com):
- [mews_pedantic](mews_pedantic): Dart and Flutter static analysis and lint rules.
- [optimus](optimus): Design system for mobile platforms (and experimental web).
- [optimus_icons](optimus_icons): Design system icons.
- [optimus_widgetbook](optimus_widgetbook): Showcase of the Optimus library.
- [kiosk_mode](kiosk_mode): Kiosk mode plugin.## Releasing a new version
- Create a new branch. Any name will be ok, but recommended pattern is `release-{DATE}`, e.g. `release-2021-05-05`.
- Run `melos version` in root directory. It will create a new commit with updated changelog and version based on
previous commits.
- Push this commit and create a new PR. Don't forget to push tags as well, e.g. with `git push --tags`.
- PR should be merged, not squashed (otherwise tag will not be merged into master).
- After PR is merged, publish a new version to `pub.dev` using `melos publish` command in master branch (it can be only
done locally).