diff --git a/.gitignore b/.gitignore index 99b1862b..2e484732 100644 --- a/.gitignore +++ b/.gitignore @@ -52,11 +52,8 @@ build/ **/example/.dart_tool/ # Android related -**/android/**/gradle-wrapper.jar **/android/.gradle **/android/captures/ -**/android/gradlew -**/android/gradlew.bat **/android/local.properties **/android/**/GeneratedPluginRegistrant.java diff --git a/CHANGELOG.md b/CHANGELOG.md index bd991747..1db5a9d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.1, May 30, 2023 +* Changed access modifier of a native api in order to hide it from the sdk user. + ## 3.0.0, May 3, 2023 You can find the full changelog [here](https://developer.onewelcome.com/flutter/plugin/v2-x) and an overview containing the upgrade instructions [here](https://developer.onewelcome.com/flutter/plugin/v2-0). diff --git a/example/android/.gitignore b/example/android/.gitignore index fa57afe4..176e81d3 100644 --- a/example/android/.gitignore +++ b/example/android/.gitignore @@ -1,8 +1,5 @@ -gradle-wrapper.jar /.gradle /captures/ -/gradlew -/gradlew.bat /local.properties GeneratedPluginRegistrant.java diff --git a/example/ios/Flutter/Flutter.podspec b/example/ios/Flutter/Flutter.podspec deleted file mode 100644 index 8ce43943..00000000 --- a/example/ios/Flutter/Flutter.podspec +++ /dev/null @@ -1,18 +0,0 @@ -# -# NOTE: This podspec is NOT to be published. It is only used as a local source! -# This is a generated file; do not edit or check into version control. -# - -Pod::Spec.new do |s| - s.name = 'Flutter' - s.version = '1.0.0' - s.summary = 'A UI toolkit for beautiful and fast apps.' - s.homepage = 'https://flutter.dev' - s.license = { :type => 'BSD' } - s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' } - s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' - # Framework linking is handled by Flutter tooling, not CocoaPods. - # Add a placeholder to satisfy `s.dependency 'Flutter'` plugin podspecs. - s.vendored_frameworks = 'path/to/nothing' -end diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock deleted file mode 100644 index 97d8d58e..00000000 --- a/example/ios/Podfile.lock +++ /dev/null @@ -1,89 +0,0 @@ -PODS: - - AFNetworking (4.0.1): - - AFNetworking/NSURLSession (= 4.0.1) - - AFNetworking/Reachability (= 4.0.1) - - AFNetworking/Security (= 4.0.1) - - AFNetworking/Serialization (= 4.0.1) - - AFNetworking/UIKit (= 4.0.1) - - AFNetworking/NSURLSession (4.0.1): - - AFNetworking/Reachability - - AFNetworking/Security - - AFNetworking/Serialization - - AFNetworking/Reachability (4.0.1) - - AFNetworking/Security (4.0.1) - - AFNetworking/Serialization (4.0.1) - - AFNetworking/UIKit (4.0.1): - - AFNetworking/NSURLSession - - Flutter (1.0.0) - - fluttertoast (0.0.2): - - Flutter - - Toast - - MTBBarcodeScanner (5.0.11) - - onegini (1.2.1): - - Flutter - - OneginiSDKiOS (~> 12.2.2) - - OneginiSDKiOS (12.2.2): - - AFNetworking (~> 4.0.1) - - Typhoon (~> 4.0.8) - - qr_code_scanner (0.2.0): - - Flutter - - MTBBarcodeScanner - - SwiftLint (0.51.0) - - Toast (4.0.0) - - Typhoon (4.0.9): - - Typhoon/DeallocNotifier (= 4.0.9) - - Typhoon/IntrospectionUtils (= 4.0.9) - - Typhoon/no-arc (= 4.0.9) - - Typhoon/DeallocNotifier (4.0.9) - - Typhoon/IntrospectionUtils (4.0.9) - - Typhoon/no-arc (4.0.9): - - Typhoon/IntrospectionUtils - - url_launcher_ios (0.0.1): - - Flutter - -DEPENDENCIES: - - Flutter (from `Flutter`) - - fluttertoast (from `.symlinks/plugins/fluttertoast/ios`) - - onegini (from `.symlinks/plugins/onegini/ios`) - - qr_code_scanner (from `.symlinks/plugins/qr_code_scanner/ios`) - - SwiftLint - - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) - -SPEC REPOS: - https://github.com/CocoaPods/Specs.git: - - AFNetworking - - MTBBarcodeScanner - - SwiftLint - - Toast - - Typhoon - https://repo.onewelcome.com/artifactory/api/pods/cocoapods-public: - - OneginiSDKiOS - -EXTERNAL SOURCES: - Flutter: - :path: Flutter - fluttertoast: - :path: ".symlinks/plugins/fluttertoast/ios" - onegini: - :path: ".symlinks/plugins/onegini/ios" - qr_code_scanner: - :path: ".symlinks/plugins/qr_code_scanner/ios" - url_launcher_ios: - :path: ".symlinks/plugins/url_launcher_ios/ios" - -SPEC CHECKSUMS: - AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58 - Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 - fluttertoast: eb263d302cc92e04176c053d2385237e9f43fad0 - MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb - onegini: 28cf385b65961a518044f8ad5d0657193c4c3312 - OneginiSDKiOS: 33f5b66aacefbb54825ecde2d6b3e1fb22117dbd - qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e - SwiftLint: 1b7561918a19e23bfed960e40759086e70f4dba5 - Toast: 91b396c56ee72a5790816f40d3a94dd357abc196 - Typhoon: 1973c93ecfb3edb963d78b10e715bc2911475bd2 - url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4 - -PODFILE CHECKSUM: e49c186fd5db1b7547d2a80e7096f4e0713e90f9 - -COCOAPODS: 1.11.3 diff --git a/pubspec.yaml b/pubspec.yaml index c76a20f3..73d9e19d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: onegini description: The Onegini Flutter Plugin is a plugin that allows you to utilize the Onegini Mobile SDKs in your Flutter applications. -version: 3.0.0 +version: 3.0.1 homepage: https://www.onegini.com environment: