mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 02:01:36 +03:00
Smaller fixes
This commit is contained in:
parent
cefe002f78
commit
b60b011209
@ -2,7 +2,6 @@ import 'dart:convert';
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
import 'package:logging/logging.dart';
|
||||
|
@ -32,7 +32,6 @@ class YubicoAuthenticatorApp extends ConsumerWidget {
|
||||
],
|
||||
supportedLocales: const [
|
||||
Locale('en', ''), // English, no country code
|
||||
Locale('sv', ''), // Swedish, no country code
|
||||
],
|
||||
),
|
||||
),
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"mainDrawer_txt_applications": "Växla applikationer",
|
||||
"mainDrawer_txt_settings": "Inställningar",
|
||||
"mainDrawer_txt_help": "Hjälp och om appen"
|
||||
|
||||
}
|
12
pubspec.lock
12
pubspec.lock
@ -221,6 +221,11 @@ packages:
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.1"
|
||||
flutter_localizations:
|
||||
dependency: "direct main"
|
||||
description: flutter
|
||||
source: sdk
|
||||
version: "0.0.0"
|
||||
flutter_riverpod:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
@ -297,6 +302,13 @@ packages:
|
||||
description: flutter
|
||||
source: sdk
|
||||
version: "0.0.0"
|
||||
intl:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: intl
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.17.0"
|
||||
io:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
Loading…
Reference in New Issue
Block a user