A responsive Flutter portfolio application for any platforms
flutter pub run flutter_launcher_icons:main
For more information go to lib/l10n/README.md.
flutter pub run grinder l10n
-
Create a PR to bump the version number up in
pubspec.yaml. Use semantic versioning to determine which number to increment. The version number after the+should also be incremented. For example1.2.3+010203with a patch should become1.2.4+010204. -
Create a tag on the
mainbranch of this repo in the form ofv1.0.0.git tag v1.0.0git push --tags
-
Publish the web release is automatic using github action
-
Write some release notes about what changes have been done since the last release.
-
Publish the Android release (using the correct signing certificates).
- Create the APK with
flutter build apk
- Create the APK with
-
Publish the linux release on the Snapcraft.
- Create the
snapwithsnapcraft snapcraft login- For the first time:
snapcraft register aliyazdi snapcraft upload --release=stable aliyazdi_*_amd64.snap
- Create the
-
Go to Releases and see the latest draft.
- Include the release notes in the description.
- Publish the release.