leonardocustodio / polkadart

Polkadart provides developers the ability to query a node and interact with the Polkadot based chains using Dart.
https://polkadart.dev
Apache License 2.0
39 stars 16 forks source link

Configure Flutter Version Management #307

Closed Lohann closed 1 year ago

Lohann commented 1 year ago

Changes:

gabrielokura commented 1 year ago

Flutter SDK Repo uses this command to automate updates on change log. Could be interesting to this project in the future

https://github.com/flutter/packages/tree/main/script/tool#update-changelog-and-version

Lohann commented 1 year ago

@gabrielokura Nice, we are using an library named Melos (Thank you @leonardocustodio !), it also have a command for automatically update the changelog of many packages at once!