Thank you for your interest in contributing to this plugin! By participating in this project, you agree to follow the guidelines below.
Please check the issue tracker for existing issues before creating a new one. If your problem or idea is not already reported, please open a new issue using the templates provided.
- A clear and descriptive title.
- Detailed description of the problem or feature request.
- Steps to reproduce the issue (for bugs).
- Information about your environment: Android/iOS version, device, plugin version, Flutter version.
- Screenshots or logs if applicable.
- Fork the repository.
- Create a new branch from
mainwith a descriptive name, e.g.fix-device-id-bugorfeature-keychain-support. - Write clear, concise commit messages.
- Write tests if applicable.
- Ensure your code follows the existing style.
- Run
flutter analyzeandflutter testto check for errors. - Open a pull request describing your changes.
Please be respectful and considerate. Treat others how you want to be treated.
Thanks again for helping improve this project! If you have any questions, feel free to ask via issues.