🎉 Thanks for your interest in contributing! 🎉
Make sure you have Flutter itself installed and the tools necessary for your desired platforms.
You can checkout the the official Flutter documentation on getting started for help.
git clone https://github.com/amplitude/Amplitude-Flutter
Checkout the set up and editor and test drive sections of the official Flutter documentation on setting up your environment.
You should then be able to run the Flutter project in example/
which has the Amplitude Flutter SDK installed.
PR titles should follow conventional commit standards. This helps automate the release process.
- Special Case: Any commit with
BREAKING CHANGES
in the body: Creates major release feat(<optional scope>)
: New features (minimum minor release)fix(<optional scope>)
: Bug fixes (minimum patch release)perf(<optional scope>)
: Performance improvementdocs(<optional scope>)
: Documentation updatestest(<optional scope>)
: Test updatesrefactor(<optional scope>)
: Code change that neither fixes a bug nor adds a featurestyle(<optional scope>)
: Code style changes (e.g. formatting, commas, semi-colons)build(<optional scope>)
: Changes that affect the build system or external dependencies (e.g. Yarn, Npm)ci(<optional scope>)
: Changes to our CI configuration files and scriptschore(<optional scope>)
: Other changes that don't modify src or test filesrevert(<optional scope>)
: Revert commit