upgraded stuff, prepared for notifications, renamed app. No actual code-changes :/

This commit is contained in:
2023-01-16 00:02:19 +01:00
parent 367c1cecbf
commit 9cb8730d6d
22 changed files with 141 additions and 75 deletions

View File

@ -5,10 +5,12 @@
import FlutterMacOS
import Foundation
import flutter_local_notifications
import flutter_window_close
import path_provider_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
FlutterWindowClosePlugin.register(with: registry.registrar(forPlugin: "FlutterWindowClosePlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}

View File

@ -5,10 +5,10 @@
// 'flutter create' template.
// The application's name. By default this is also the title of the Flutter window.
PRODUCT_NAME = nextcloud_reminder
PRODUCT_NAME = Todo.txt Reminder;
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = cloud.dresselhaus.nextcloudreminder.nextcloudReminder
PRODUCT_BUNDLE_IDENTIFIER = cloud.dresselhaus.todotxt_reminder;
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2023 cloud.dresselhaus.nextcloud_reminder. All rights reserved.