ooguz / mews-flutter

Flutter and Dart open-source packages maintained by Mews.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

melos

mews-flutter

This repository contains Flutter and Dart open-source packages maintained by Mews:

  • mews_pedantic: Dart and Flutter static analysis and lint rules.
  • optimus: Design system for mobile platforms (and experimental web).
  • storybook: Showcase of the Optimus library.
  • 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).

About

Flutter and Dart open-source packages maintained by Mews.


Languages

Language:Dart 97.9%Language:Kotlin 0.8%Language:Ruby 0.6%Language:Swift 0.5%Language:HTML 0.1%Language:Objective-C 0.1%