We now need to update the app version on new releases only in two places: pubspec.yaml and lib/constants.dart. I plan to create a release guide so we don't forget either when creating a new release (see https://github.com/Lacerte/clima/issues/285).
Testing
Run the app and check the following:
The app version in the about and libraries pages is correct
When you press on the changelog list tile, it opens the correct GitHub release
The libraries page has "Clima" as the app name
[ ] This change adds test coverage for new/changed/fixed functionality
Checklist
[x] The correct base branch is being used, if not master
Description
Remove
package_info_plus
dependency.Benefits:
pubspec.yaml
andlib/constants.dart
. I plan to create a release guide so we don't forget either when creating a new release (see https://github.com/Lacerte/clima/issues/285).Testing
Run the app and check the following:
Checklist
master