mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-26 20:46:21 +00:00
fix: Remove manually added file
This commit is contained in:
parent
4aef6ab6ec
commit
fdbdebe3fa
3 changed files with 3 additions and 3 deletions
|
@ -299,6 +299,7 @@ class AppState extends State<App> with SingleTickerProviderStateMixin {
|
|||
home: Theme(
|
||||
data: ThemeData(),
|
||||
child: UpgradeAlert(
|
||||
upgrader: Upgrader(),
|
||||
child: _Home(),
|
||||
),
|
||||
),
|
||||
|
|
|
@ -12,6 +12,7 @@ import devicelocale
|
|||
import flutter_secure_storage_macos
|
||||
import in_app_review
|
||||
import package_info
|
||||
import package_info_plus
|
||||
import path_provider_foundation
|
||||
import platform_device_id
|
||||
import platform_device_id_macos
|
||||
|
@ -28,6 +29,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|||
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
||||
InAppReviewPlugin.register(with: registry.registrar(forPlugin: "InAppReviewPlugin"))
|
||||
FLTPackageInfoPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlugin"))
|
||||
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
||||
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
||||
PlatformDeviceIdMacosPlugin.register(with: registry.registrar(forPlugin: "PlatformDeviceIdMacosPlugin"))
|
||||
PlatformDeviceIdMacosPlugin.register(with: registry.registrar(forPlugin: "PlatformDeviceIdMacosPlugin"))
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"etherScanApiKey": ""
|
||||
}
|
Loading…
Reference in a new issue