Clean up code warnings

This commit is contained in:
Hillel Coren 2021-05-26 19:42:11 +03:00
parent 9e04b4b790
commit 74b1d8f266
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ jobs:
channel: 'stable' channel: 'stable'
- name: Setup App - name: Setup App
run: | run: |
cp lib/.env.dart.example lib/.env.dart
echo ${{secrets.firebase_ios}} | base64 --decode > ios/Runner/GoogleService-Info.plist echo ${{secrets.firebase_ios}} | base64 --decode > ios/Runner/GoogleService-Info.plist
- name: Run iOS Flutter Driver tests - name: Run iOS Flutter Driver tests
run: flutter drive --target=test_driver/login_it.dart run: flutter drive --target=test_driver/login_it.dart

View File

@ -911,7 +911,7 @@ void _showAbout(BuildContext context) async {
child: Text(localization.viewLicenses.toUpperCase()), child: Text(localization.viewLicenses.toUpperCase()),
onPressed: () => showLicensePage( onPressed: () => showLicensePage(
context: context, context: context,
applicationName: 'Invoice Ninja', applicationName: 'Invoice Ninja v5',
applicationIcon: apppIcon, applicationIcon: apppIcon,
applicationLegalese: appLegalese, applicationLegalese: appLegalese,
applicationVersion: state.appVersion, applicationVersion: state.appVersion,