Thank you for considering contributing to MBus!
If you find a bug in M-Bus, first, create a new issue on GitHub. Make sure to include a detailed description of the bug and the steps to reproduce it.
- Fork the repository and create a new branch.
- Make your changes in this branch.
- Once tested, open a pull request with a detailed description of your changes.
New widgets should be written as functional widgets using the flutter_functional_widget
package. This helps maintain consistency and improves code readability.
- Ensure you have the necessary permissions and quotas set up on the Google Cloud Platform for using the Google Maps SDK.
- Regularly update your dependencies by running
flutter pub upgrade
to keep the project up to date with the latest improvements and fixes.