Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 527 Bytes

File metadata and controls

33 lines (24 loc) · 527 Bytes

For developer

update SDK

Run the make command corresponding to the semver you want to update to.

make patch
make minor
make major

These commands do the following:

  • update pubspec.yaml version
  • insert empty template for CHANGELOG.md
  • update pubspec.lock of example and e2e

for ios

cd ./flutter/nubrick_flutter/example
flutter build ios --no-codesign
open ios/Runner.xcworkspace
flutter run

for android

cd ./flutter/nubrick_flutter/example
open -a Android\ Studio android ./android