Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions application_id/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ PODS:
- Flutter (1.0.0)
- fluttertoast (0.0.2):
- Flutter
- frontegg_flutter (1.0.19):
- frontegg_flutter (1.0.27):
- Flutter
- FronteggSwift (~> 1.2.45)
- FronteggSwift (1.2.45)
- FronteggSwift (~> 1.2.58)
- FronteggSwift (1.2.58)
- integration_test (0.0.1):
- Flutter
- path_provider_foundation (0.0.1):
Expand Down Expand Up @@ -51,10 +51,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
fluttertoast: 2c67e14dce98bbdb200df9e1acf610d7a6264ea1
frontegg_flutter: 690debdf95d2e85ab915fbaa33526255cdb2fd5c
FronteggSwift: d8d3d4c6ddf913f5f15fe11c571abae0d8b36af3
frontegg_flutter: 51860a061114b0dbc62bfb511604b3be88a0bc2b
FronteggSwift: d8151ab0a5c753e7ebc240820b63f368a408cec4
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
patrol: 51b76cc7c11a2933ee3e72482d930c75b9d4ec73
Expand Down
7 changes: 3 additions & 4 deletions embedded/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ def fronteggClientId = "b6adfe4c-d695-4c04-b95f-3ec9fd0c6cca"

android {
namespace "com.frontegg.demo"
compileSdk 35
ndkVersion flutter.ndkVersion
ndkVersion = "26.3.11579264"
compileSdk 36
ndkVersion = "27.0.12077973"


compileOptions {
Expand All @@ -50,7 +49,7 @@ android {
defaultConfig {
applicationId "com.frontegg.demo"
minSdkVersion 26
targetSdkVersion 35
targetSdkVersion 36
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName

Expand Down
2 changes: 1 addition & 1 deletion embedded/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions embedded/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.4.0" apply false
id "org.jetbrains.kotlin.android" version "1.9.10" apply false
id "com.android.application" version "8.6.0" apply false
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
}

include ":app"
2 changes: 1 addition & 1 deletion embedded/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ target 'Runner' do
use_frameworks!
use_modular_headers!

pod 'FronteggSwift', '~> 1.2.55'
pod 'FronteggSwift', '~> 1.2.58'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

Expand Down
14 changes: 7 additions & 7 deletions embedded/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ PODS:
- Flutter (1.0.0)
- fluttertoast (0.0.2):
- Flutter
- frontegg_flutter (1.0.22):
- frontegg_flutter (1.0.27):
- Flutter
- FronteggSwift (~> 1.2.51)
- FronteggSwift (1.2.51)
- FronteggSwift (~> 1.2.58)
- FronteggSwift (1.2.58)
- integration_test (0.0.1):
- Flutter
- path_provider_foundation (0.0.1):
Expand All @@ -23,7 +23,7 @@ DEPENDENCIES:
- Flutter (from `Flutter`)
- fluttertoast (from `.symlinks/plugins/fluttertoast/ios`)
- frontegg_flutter (from `.symlinks/plugins/frontegg_flutter/ios`)
- FronteggSwift (~> 1.2.51)
- FronteggSwift (~> 1.2.58)
- integration_test (from `.symlinks/plugins/integration_test/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- patrol (from `.symlinks/plugins/patrol/darwin`)
Expand Down Expand Up @@ -54,13 +54,13 @@ SPEC CHECKSUMS:
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
fluttertoast: 2c67e14dce98bbdb200df9e1acf610d7a6264ea1
frontegg_flutter: 77cc03cb757b835005204167e59d5f72229d39bc
FronteggSwift: 9708e67f9d21495984deb954d98ec0a120ace9b6
frontegg_flutter: 51860a061114b0dbc62bfb511604b3be88a0bc2b
FronteggSwift: d8151ab0a5c753e7ebc240820b63f368a408cec4
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
patrol: 51b76cc7c11a2933ee3e72482d930c75b9d4ec73
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d

PODFILE CHECKSUM: 7165efc82718ddbbe0f685b2bfc155bdd315e302
PODFILE CHECKSUM: 9aaf54413613544116a7f7cfbfa9bb1618dabb8e

COCOAPODS: 1.16.2
2 changes: 1 addition & 1 deletion embedded/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.23"
version: "1.0.26"
fuchsia_remote_debug_protocol:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion hosted/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ target 'Runner' do
use_frameworks!
use_modular_headers!

pod 'FronteggSwift', '~> 1.2.55'
pod 'FronteggSwift', '~> 1.2.58'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

Expand Down
14 changes: 7 additions & 7 deletions hosted/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ PODS:
- Flutter (1.0.0)
- fluttertoast (0.0.2):
- Flutter
- frontegg_flutter (1.0.25):
- frontegg_flutter (1.0.27):
- Flutter
- FronteggSwift (~> 1.2.55)
- FronteggSwift (1.2.55)
- FronteggSwift (~> 1.2.58)
- FronteggSwift (1.2.58)
- integration_test (0.0.1):
- Flutter
- path_provider_foundation (0.0.1):
Expand All @@ -23,7 +23,7 @@ DEPENDENCIES:
- Flutter (from `Flutter`)
- fluttertoast (from `.symlinks/plugins/fluttertoast/ios`)
- frontegg_flutter (from `.symlinks/plugins/frontegg_flutter/ios`)
- FronteggSwift (~> 1.2.55)
- FronteggSwift (~> 1.2.58)
- integration_test (from `.symlinks/plugins/integration_test/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- patrol (from `.symlinks/plugins/patrol/darwin`)
Expand Down Expand Up @@ -54,13 +54,13 @@ SPEC CHECKSUMS:
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
fluttertoast: 2c67e14dce98bbdb200df9e1acf610d7a6264ea1
frontegg_flutter: 16205ca1ef13d8b4f108cae363ebaef0f331c7c0
FronteggSwift: 44f8308e0704a31bd15a8479781bbd7ca5fd987c
frontegg_flutter: 51860a061114b0dbc62bfb511604b3be88a0bc2b
FronteggSwift: d8151ab0a5c753e7ebc240820b63f368a408cec4
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
patrol: 51b76cc7c11a2933ee3e72482d930c75b9d4ec73
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d

PODFILE CHECKSUM: 5073812e902ec152596ea86360d6da1bdd90e780
PODFILE CHECKSUM: 9aaf54413613544116a7f7cfbfa9bb1618dabb8e

COCOAPODS: 1.16.2
2 changes: 1 addition & 1 deletion ios/frontegg_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A new Flutter plugin project.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'FronteggSwift', '~> 1.2.56'
s.dependency 'FronteggSwift', '~> 1.2.58'
s.platform = :ios, '14.0'

# Flutter.framework does not contain a i386 slice.
Expand Down
Loading