QR code fullscreen (#390)

* Add fullscreen qr page flow

* Add qr fullscreen text localization

* Add package to control screen brightness when navigating to qr fullscreen and revert when leaving screen

* ios fix trial 1 - Change brightness control package

* Use package imports instead of relevant path
Add Map types
This commit is contained in:
Omar Hatem 2022-06-23 11:25:00 +02:00 committed by GitHub
parent cc96e29eaf
commit 9568c5f932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 246 additions and 104 deletions

View file

@ -60,4 +60,5 @@ class Routes {
static const moneroRestoreWalletFromWelcome = '/monero_restore_wallet';
static const moneroNewWalletFromWelcome = '/monero_new_wallet';
static const addressPage = '/address_page';
static const fullscreenQR = '/fullscreen_qr';
}