= 0.8.0-dev =

- code cleanup
- caching
- black-/whitelist
- sz/news fixes
- added settings options
...
This commit is contained in:
Denys Konovalov
2021-12-13 13:39:06 +01:00
parent 649e226c66
commit e86c1bad1d
28 changed files with 1017 additions and 279 deletions

View File

@ -7,6 +7,10 @@ import Flutter
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
if #available(iOS 10.0, *) {
UNUserNotificationCenter.current().delegate = self as? UNUserNotificationCenterDelegate
}
GeneratedPluginRegistrant.register(with: self)
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}