From 8a0aae639ff95c25ca5c2cecab2f6cbd4bc6a7fd Mon Sep 17 00:00:00 2001 From: Vitaliy Zarubin Date: Thu, 8 Jun 2023 11:44:43 +0300 Subject: [PATCH] [flutter_secure_storage] Update license --- .../flutter_secure_storage_aurora/.gitignore | 2 - .../analysis_options.yaml | 3 + .../example/.gitignore | 1 - .../example/analysis_options.yaml | 3 + .../example/aurora/CMakeLists.txt | 3 + .../example/aurora/main.cpp | 4 + .../example/lib/main.dart | 4 + .../example/pubspec.lock | 380 ++++++++++++++++++ .../example/pubspec.yaml | 3 + .../lib/flutter_secure_storage_aurora.dart | 4 + .../flutter_secure_storage_aurora_api.dart | 4 + .../lib/null_secret_exception.dart | 4 + .../pubspec.yaml | 9 +- 13 files changed, 419 insertions(+), 5 deletions(-) create mode 100644 packages/flutter_secure_storage/flutter_secure_storage_aurora/example/pubspec.lock diff --git a/packages/flutter_secure_storage/flutter_secure_storage_aurora/.gitignore b/packages/flutter_secure_storage/flutter_secure_storage_aurora/.gitignore index c1631bb..96486fd 100644 --- a/packages/flutter_secure_storage/flutter_secure_storage_aurora/.gitignore +++ b/packages/flutter_secure_storage/flutter_secure_storage_aurora/.gitignore @@ -28,5 +28,3 @@ migrate_working_dir/ .dart_tool/ .packages build/ -.metadata -run.sh diff --git a/packages/flutter_secure_storage/flutter_secure_storage_aurora/analysis_options.yaml b/packages/flutter_secure_storage/flutter_secure_storage_aurora/analysis_options.yaml index f9b3034..566c597 100644 --- a/packages/flutter_secure_storage/flutter_secure_storage_aurora/analysis_options.yaml +++ b/packages/flutter_secure_storage/flutter_secure_storage_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_secure_storage/flutter_secure_storage_aurora/example/.gitignore b/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/.gitignore index 66cf84f..24476c5 100644 --- a/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/.gitignore +++ b/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/.gitignore @@ -42,4 +42,3 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release -pubspec.lock diff --git a/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/analysis_options.yaml b/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/analysis_options.yaml index f9b3034..566c597 100644 --- a/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/analysis_options.yaml +++ b/packages/flutter_secure_storage/flutter_secure_storage_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_secure_storage/flutter_secure_storage_aurora/example/aurora/CMakeLists.txt b/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/aurora/CMakeLists.txt index 6db8e77..44c0ad2 100644 --- a/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/aurora/CMakeLists.txt +++ b/packages/flutter_secure_storage/flutter_secure_storage_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_secure_storage_aurora_example LANGUAGES CXX) diff --git a/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/aurora/main.cpp b/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/aurora/main.cpp index 2dd2f52..d230728 100644 --- a/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/aurora/main.cpp +++ b/packages/flutter_secure_storage/flutter_secure_storage_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_secure_storage/flutter_secure_storage_aurora/example/lib/main.dart b/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/lib/main.dart index 8717077..7403b1e 100644 --- a/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/lib/main.dart +++ b/packages/flutter_secure_storage/flutter_secure_storage_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_secure_storage/flutter_secure_storage_aurora/example/pubspec.lock b/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/pubspec.lock new file mode 100644 index 0000000..dc902b2 --- /dev/null +++ b/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/pubspec.lock @@ -0,0 +1,380 @@ +# 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" + asn1lib: + dependency: transitive + description: + name: asn1lib + url: "https://pub.dartlang.org" + source: hosted + version: "1.4.0" + 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" + convert: + dependency: transitive + description: + name: convert + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.1" + crypto: + dependency: transitive + description: + name: crypto + url: "https://pub.dartlang.org" + source: hosted + version: "3.0.2" + cupertino_icons: + dependency: "direct main" + description: + name: cupertino_icons + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.5" + encrypt: + dependency: transitive + description: + name: encrypt + url: "https://pub.dartlang.org" + source: hosted + version: "5.0.1" + 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: "1.2.1" + 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_secure_storage: + dependency: "direct main" + description: + name: flutter_secure_storage + url: "https://pub.dartlang.org" + source: hosted + version: "8.0.0" + flutter_secure_storage_aurora: + dependency: "direct main" + description: + path: ".." + relative: true + source: path + version: "0.0.1" + flutter_secure_storage_linux: + dependency: transitive + description: + name: flutter_secure_storage_linux + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.3" + flutter_secure_storage_macos: + dependency: transitive + description: + name: flutter_secure_storage_macos + url: "https://pub.dartlang.org" + source: hosted + version: "3.0.0" + flutter_secure_storage_platform_interface: + dependency: transitive + description: + name: flutter_secure_storage_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1" + flutter_secure_storage_web: + dependency: transitive + description: + name: flutter_secure_storage_web + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.1" + flutter_secure_storage_windows: + dependency: transitive + description: + name: flutter_secure_storage_windows + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.0" + 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" + 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" + path: + dependency: transitive + description: + name: path + url: "https://pub.dartlang.org" + source: hosted + version: "1.8.2" + path_provider: + dependency: transitive + description: + name: path_provider + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.15" + path_provider_android: + dependency: transitive + description: + name: path_provider_android + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.27" + path_provider_aurora: + dependency: transitive + description: + path: "packages/path_provider/path_provider_aurora" + ref: dev + resolved-ref: "7120c2554963ce9e7600730b2657b387d3a86d9c" + url: "git@os-git.omprussia.ru:non-oss/flutter/flutter-plugins.git" + source: git + version: "0.0.1" + path_provider_foundation: + dependency: transitive + description: + name: path_provider_foundation + url: "https://pub.dartlang.org" + source: hosted + version: "2.2.3" + path_provider_linux: + dependency: transitive + description: + name: path_provider_linux + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.11" + path_provider_platform_interface: + dependency: transitive + description: + name: path_provider_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.6" + path_provider_windows: + dependency: transitive + description: + name: path_provider_windows + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.7" + 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" + pointycastle: + dependency: transitive + description: + name: pointycastle + url: "https://pub.dartlang.org" + source: hosted + version: "3.7.3" + 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" + 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: "2.6.1" + xdg_directories: + dependency: transitive + description: + name: xdg_directories + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" + xdga_directories: + dependency: transitive + description: + path: "packages/xdga_directories" + ref: dev + resolved-ref: "7120c2554963ce9e7600730b2657b387d3a86d9c" + url: "git@os-git.omprussia.ru:non-oss/flutter/flutter-plugins.git" + source: git + version: "0.0.1" +sdks: + dart: ">=2.18.6 <3.0.0" + flutter: ">=3.3.0" diff --git a/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/pubspec.yaml b/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/pubspec.yaml index 457fde7..50e5e47 100644 --- a/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/pubspec.yaml +++ b/packages/flutter_secure_storage/flutter_secure_storage_aurora/example/pubspec.yaml @@ -1,3 +1,6 @@ +# Copyright (c) 2023. Open Mobile Platform LLC. +# License: Proprietary. + name: flutter_secure_storage_aurora_example description: Demonstrates how to use the flutter_secure_storage_aurora plugin. diff --git a/packages/flutter_secure_storage/flutter_secure_storage_aurora/lib/flutter_secure_storage_aurora.dart b/packages/flutter_secure_storage/flutter_secure_storage_aurora/lib/flutter_secure_storage_aurora.dart index fc0dadc..2747186 100644 --- a/packages/flutter_secure_storage/flutter_secure_storage_aurora/lib/flutter_secure_storage_aurora.dart +++ b/packages/flutter_secure_storage/flutter_secure_storage_aurora/lib/flutter_secure_storage_aurora.dart @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2023. Open Mobile Platform LLC. + * License: Proprietary. + */ import 'package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.dart'; import 'package:flutter/foundation.dart'; import 'package:path_provider_aurora/path_provider_aurora.dart'; diff --git a/packages/flutter_secure_storage/flutter_secure_storage_aurora/lib/flutter_secure_storage_aurora_api.dart b/packages/flutter_secure_storage/flutter_secure_storage_aurora/lib/flutter_secure_storage_aurora_api.dart index b1d98ec..55c24c3 100644 --- a/packages/flutter_secure_storage/flutter_secure_storage_aurora/lib/flutter_secure_storage_aurora_api.dart +++ b/packages/flutter_secure_storage/flutter_secure_storage_aurora/lib/flutter_secure_storage_aurora_api.dart @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2023. Open Mobile Platform LLC. + * License: Proprietary. + */ import 'dart:convert'; import 'dart:io'; import 'package:path/path.dart' as p; diff --git a/packages/flutter_secure_storage/flutter_secure_storage_aurora/lib/null_secret_exception.dart b/packages/flutter_secure_storage/flutter_secure_storage_aurora/lib/null_secret_exception.dart index fe3dac6..71490d8 100644 --- a/packages/flutter_secure_storage/flutter_secure_storage_aurora/lib/null_secret_exception.dart +++ b/packages/flutter_secure_storage/flutter_secure_storage_aurora/lib/null_secret_exception.dart @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2023. Open Mobile Platform LLC. + * License: Proprietary. + */ class NullSecretException implements Exception { @override String toString() { diff --git a/packages/flutter_secure_storage/flutter_secure_storage_aurora/pubspec.yaml b/packages/flutter_secure_storage/flutter_secure_storage_aurora/pubspec.yaml index f43e021..a6bebce 100644 --- a/packages/flutter_secure_storage/flutter_secure_storage_aurora/pubspec.yaml +++ b/packages/flutter_secure_storage/flutter_secure_storage_aurora/pubspec.yaml @@ -1,7 +1,9 @@ +# Copyright (c) 2023. Open Mobile Platform LLC. +# License: Proprietary. + name: flutter_secure_storage_aurora description: The Aurora OS implementation of flutter_secure_storage. version: 0.0.1 -homepage: environment: sdk: '>=2.18.6 <3.0.0' @@ -16,7 +18,10 @@ dependencies: path: ^1.8.2 path_provider: ^2.0.14 path_provider_aurora: - path: ../../path_provider/path_provider_aurora + git: + url: git@os-git.omprussia.ru:non-oss/flutter/flutter-plugins.git + ref: dev + path: packages/path_provider/path_provider_aurora dev_dependencies: flutter_test: