diff --git a/packages/flutter_local_notifications/flutter_local_notifications_aurora/.gitignore b/packages/flutter_local_notifications/flutter_local_notifications_aurora/.gitignore index 9dcdec5..96486fd 100644 --- a/packages/flutter_local_notifications/flutter_local_notifications_aurora/.gitignore +++ b/packages/flutter_local_notifications/flutter_local_notifications_aurora/.gitignore @@ -28,5 +28,3 @@ migrate_working_dir/ .dart_tool/ .packages build/ -run.sh -.metadata diff --git a/packages/flutter_local_notifications/flutter_local_notifications_aurora/analysis_options.yaml b/packages/flutter_local_notifications/flutter_local_notifications_aurora/analysis_options.yaml index f9b3034..566c597 100644 --- a/packages/flutter_local_notifications/flutter_local_notifications_aurora/analysis_options.yaml +++ b/packages/flutter_local_notifications/flutter_local_notifications_aurora/analysis_options.yaml @@ -1 +1,4 @@ +# Copyright (c) 2023. Open Mobile Platform LLC. +# License: Proprietary. + include: package:flutter_lints/flutter.yaml diff --git a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/.gitignore b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/.gitignore index 88d5455..24476c5 100644 --- a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/.gitignore +++ b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/.gitignore @@ -31,8 +31,6 @@ migrate_working_dir/ .pub-cache/ .pub/ /build/ -.metadata -pubspec.lock # Symbolication related app.*.symbols diff --git a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/analysis_options.yaml b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/analysis_options.yaml index f9b3034..566c597 100644 --- a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/analysis_options.yaml +++ b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/analysis_options.yaml @@ -1 +1,4 @@ +# Copyright (c) 2023. Open Mobile Platform LLC. +# License: Proprietary. + include: package:flutter_lints/flutter.yaml diff --git a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/aurora/CMakeLists.txt b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/aurora/CMakeLists.txt index 94479ca..786144b 100644 --- a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/aurora/CMakeLists.txt +++ b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/aurora/CMakeLists.txt @@ -1,3 +1,6 @@ +# Copyright (c) 2023. Open Mobile Platform LLC. +# License: Proprietary. + cmake_minimum_required(VERSION 3.10) project(com.example.flutter_local_notifications_aurora_example LANGUAGES CXX) diff --git a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/aurora/flutter/generated_plugins.cmake b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/aurora/flutter/generated_plugins.cmake index 4957f88..e041b37 100644 --- a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/aurora/flutter/generated_plugins.cmake +++ b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/aurora/flutter/generated_plugins.cmake @@ -6,12 +6,15 @@ set(ROOT_PROJECT_BINARY_DIR "${PROJECT_BINARY_DIR}") function(add_library TARGET) _add_library(${TARGET} ${ARGN}) - if(NOT "${TARGET}" MATCHES "^PkgConfig::.*") + if ( + "${TARGET}" MATCHES "^package_info_plus_aurora_platform_plugin$" OR + FALSE + ) add_custom_command(TARGET ${TARGET} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy "$" "${ROOT_PROJECT_BINARY_DIR}/bundle/lib/$") - endif(NOT "${TARGET}" MATCHES "^PkgConfig::.*") + endif() endfunction() list(APPEND FLUTTER_PLATFORM_PLUGIN_LIST diff --git a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/aurora/main.cpp b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/aurora/main.cpp index 2dd2f52..d230728 100644 --- a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/aurora/main.cpp +++ b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/aurora/main.cpp @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2023. Open Mobile Platform LLC. + * License: Proprietary. + */ #include #include "generated_plugin_registrant.h" diff --git a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/lib/main.dart b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/lib/main.dart index 5b62e87..c7f8d84 100644 --- a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/lib/main.dart +++ b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/lib/main.dart @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2023. Open Mobile Platform LLC. + * License: Proprietary. + */ import 'package:flutter/material.dart'; import 'dart:async'; diff --git a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/pubspec.lock b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/pubspec.lock new file mode 100644 index 0000000..55b2525 --- /dev/null +++ b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/pubspec.lock @@ -0,0 +1,329 @@ +# Generated by pub +# See https://dart.dev/tools/pub/glossary#lockfile +packages: + args: + dependency: transitive + description: + name: args + url: "https://pub.dartlang.org" + source: hosted + version: "2.4.1" + async: + dependency: transitive + description: + name: async + url: "https://pub.dartlang.org" + source: hosted + version: "2.9.0" + boolean_selector: + dependency: transitive + description: + name: boolean_selector + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.0" + characters: + dependency: transitive + description: + name: characters + url: "https://pub.dartlang.org" + source: hosted + version: "1.2.1" + clock: + dependency: transitive + description: + name: clock + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.1" + collection: + dependency: transitive + description: + name: collection + url: "https://pub.dartlang.org" + source: hosted + version: "1.16.0" + cupertino_icons: + dependency: "direct main" + description: + name: cupertino_icons + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.5" + dbus: + dependency: transitive + description: + name: dbus + url: "https://pub.dartlang.org" + source: hosted + version: "0.7.8" + fake_async: + dependency: transitive + description: + name: fake_async + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.1" + ffi: + dependency: transitive + description: + name: ffi + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.2" + file: + dependency: transitive + description: + name: file + url: "https://pub.dartlang.org" + source: hosted + version: "6.1.4" + flutter: + dependency: "direct main" + description: flutter + source: sdk + version: "0.0.0" + flutter_lints: + dependency: "direct dev" + description: + name: flutter_lints + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.1" + flutter_local_notifications: + dependency: "direct main" + description: + name: flutter_local_notifications + url: "https://pub.dartlang.org" + source: hosted + version: "14.1.1" + flutter_local_notifications_aurora: + dependency: "direct main" + description: + path: ".." + relative: true + source: path + version: "0.0.1" + flutter_local_notifications_linux: + dependency: transitive + description: + name: flutter_local_notifications_linux + url: "https://pub.dartlang.org" + source: hosted + version: "4.0.0+1" + flutter_local_notifications_platform_interface: + dependency: transitive + description: + name: flutter_local_notifications_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "7.0.0+1" + flutter_test: + dependency: "direct dev" + description: flutter + source: sdk + version: "0.0.0" + flutter_web_plugins: + dependency: transitive + description: flutter + source: sdk + version: "0.0.0" + http: + dependency: transitive + description: + name: http + url: "https://pub.dartlang.org" + source: hosted + version: "0.13.5" + http_parser: + dependency: transitive + description: + name: http_parser + url: "https://pub.dartlang.org" + source: hosted + version: "4.0.2" + js: + dependency: transitive + description: + name: js + url: "https://pub.dartlang.org" + source: hosted + version: "0.6.4" + lints: + dependency: transitive + description: + name: lints + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.1" + matcher: + dependency: transitive + description: + name: matcher + url: "https://pub.dartlang.org" + source: hosted + version: "0.12.12" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.5" + meta: + dependency: transitive + description: + name: meta + url: "https://pub.dartlang.org" + source: hosted + version: "1.8.0" + package_info_plus: + dependency: transitive + description: + name: package_info_plus + url: "https://pub.dartlang.org" + source: hosted + version: "4.0.2" + package_info_plus_aurora: + dependency: transitive + description: + path: "packages/package_info_plus/package_info_plus_aurora" + ref: dev + resolved-ref: "7120c2554963ce9e7600730b2657b387d3a86d9c" + url: "git@os-git.omprussia.ru:non-oss/flutter/flutter-plugins.git" + source: git + version: "0.0.1" + package_info_plus_platform_interface: + dependency: transitive + description: + name: package_info_plus_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.1" + path: + dependency: transitive + description: + name: path + url: "https://pub.dartlang.org" + source: hosted + version: "1.8.2" + petitparser: + dependency: transitive + description: + name: petitparser + url: "https://pub.dartlang.org" + source: hosted + version: "5.1.0" + platform: + dependency: transitive + description: + name: platform + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.0" + plugin_platform_interface: + dependency: transitive + description: + name: plugin_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.4" + process: + dependency: transitive + description: + name: process + url: "https://pub.dartlang.org" + source: hosted + version: "4.2.4" + sky_engine: + dependency: transitive + description: flutter + source: sdk + version: "0.0.99" + source_span: + dependency: transitive + description: + name: source_span + url: "https://pub.dartlang.org" + source: hosted + version: "1.9.0" + stack_trace: + dependency: transitive + description: + name: stack_trace + url: "https://pub.dartlang.org" + source: hosted + version: "1.10.0" + stream_channel: + dependency: transitive + description: + name: stream_channel + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.0" + string_scanner: + dependency: transitive + description: + name: string_scanner + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.1" + term_glyph: + dependency: transitive + description: + name: term_glyph + url: "https://pub.dartlang.org" + source: hosted + version: "1.2.1" + test_api: + dependency: transitive + description: + name: test_api + url: "https://pub.dartlang.org" + source: hosted + version: "0.4.12" + timezone: + dependency: transitive + description: + name: timezone + url: "https://pub.dartlang.org" + source: hosted + version: "0.9.2" + typed_data: + dependency: transitive + description: + name: typed_data + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.2" + vector_math: + dependency: transitive + description: + name: vector_math + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.2" + win32: + dependency: transitive + description: + name: win32 + url: "https://pub.dartlang.org" + source: hosted + version: "4.1.4" + xdg_directories: + dependency: transitive + description: + name: xdg_directories + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" + xml: + dependency: transitive + description: + name: xml + url: "https://pub.dartlang.org" + source: hosted + version: "6.1.0" +sdks: + dart: ">=2.18.6 <3.0.0" + flutter: ">=3.3.0" diff --git a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/pubspec.yaml b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/pubspec.yaml index 45b6d4f..0dd0b40 100644 --- a/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/pubspec.yaml +++ b/packages/flutter_local_notifications/flutter_local_notifications_aurora/example/pubspec.yaml @@ -1,3 +1,6 @@ +# Copyright (c) 2023. Open Mobile Platform LLC. +# License: Proprietary. + name: flutter_local_notifications_aurora_example description: Demonstrates how to use the flutter_local_notifications_aurora plugin. diff --git a/packages/flutter_local_notifications/flutter_local_notifications_aurora/lib/flutter_local_notifications_aurora.dart b/packages/flutter_local_notifications/flutter_local_notifications_aurora/lib/flutter_local_notifications_aurora.dart index a4a1151..67aa0f5 100644 --- a/packages/flutter_local_notifications/flutter_local_notifications_aurora/lib/flutter_local_notifications_aurora.dart +++ b/packages/flutter_local_notifications/flutter_local_notifications_aurora/lib/flutter_local_notifications_aurora.dart @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2023. Open Mobile Platform LLC. + * License: Proprietary. + */ import 'dart:async'; import 'package:dbus/dbus.dart'; diff --git a/packages/flutter_local_notifications/flutter_local_notifications_aurora/lib/org_freedesktop_notifications.dart b/packages/flutter_local_notifications/flutter_local_notifications_aurora/lib/org_freedesktop_notifications.dart index 325fa10..eb7cd35 100644 --- a/packages/flutter_local_notifications/flutter_local_notifications_aurora/lib/org_freedesktop_notifications.dart +++ b/packages/flutter_local_notifications/flutter_local_notifications_aurora/lib/org_freedesktop_notifications.dart @@ -1,8 +1,7 @@ -// This file was generated using the following command and may be overwritten. -// dart-dbus generate-remote-object data/org.freedesktop.Notifications.xml - -// dart pub global activate dbus -// dart-dbus generate-remote-object data/org.freedesktop.Notifications.xml -o lib/org_freedesktop_notifications.dart +/* + * Copyright (c) 2023. Open Mobile Platform LLC. + * License: Proprietary. + */ import 'package:dbus/dbus.dart'; /// Signal data for org.freedesktop.Notifications.NotificationClosed. diff --git a/packages/flutter_local_notifications/flutter_local_notifications_aurora/pubspec.yaml b/packages/flutter_local_notifications/flutter_local_notifications_aurora/pubspec.yaml index 742f4ac..3508107 100644 --- a/packages/flutter_local_notifications/flutter_local_notifications_aurora/pubspec.yaml +++ b/packages/flutter_local_notifications/flutter_local_notifications_aurora/pubspec.yaml @@ -1,7 +1,9 @@ +# Copyright (c) 2023. Open Mobile Platform LLC. +# License: Proprietary. + name: flutter_local_notifications_aurora description: The Aurora OS implementation of flutter_local_notifications. version: 0.0.1 -homepage: environment: sdk: '>=2.18.6 <3.0.0' @@ -15,7 +17,10 @@ dependencies: flutter_local_notifications_platform_interface: ^7.0.0 package_info_plus: ^4.0.0 package_info_plus_aurora: - path: ../../package_info_plus/package_info_plus_aurora + git: + url: git@os-git.omprussia.ru:non-oss/flutter/flutter-plugins.git + ref: dev + path: packages/package_info_plus/package_info_plus_aurora dev_dependencies: flutter_test: