feat: Adding support for Exporting APK (#439)

* feat: Adding Export APK support

* Using cr_file_saver to simplify export
This commit is contained in:
nkitsaini
2022-11-02 17:22:40 +05:30
committed by GitHub
parent 6b999b0a0c
commit dc47da75f2
5 changed files with 54 additions and 3 deletions

View File

@ -48,7 +48,16 @@ class InstallerView extends StatelessWidget {
),
),
),
1: I18nText(
1: I18nText(
'installerView.exportApkMenuOption',
child: const Text(
'',
style: TextStyle(
fontWeight: FontWeight.bold,
),
),
),
2: I18nText(
'installerView.shareLogMenuOption',
child: const Text(
'',