Clean up code warnings
This commit is contained in:
parent
9e04b4b790
commit
74b1d8f266
|
|
@ -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
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue