BuzzBooster SDK
BuzzBooster Flutter SDK
Installation & Usage
- prerequisites
- install Flutter SDK : https://flutter-ko.dev/get-started/install
- setup environment
flutter doctor
- run application
flutter run
Deployment
- Update CHNAGELOG.md
- Update version in pubspec.yaml
- Run the following command
flutter pub publish --dry-run # check if there is any error
flutter pub publish