Skip to content

Commit

Permalink
fix: not yet implemented error
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-deshmukh committed Apr 5, 2021
1 parent 3c74f7d commit 35d6b4a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 30 deletions.
41 changes: 16 additions & 25 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation 'com.smallcase.gateway:sdk:2.5.0'
implementation 'com.smallcase.gateway:sdk:2.7.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -421,15 +421,15 @@ class ScgatewayFlutterPlugin: FlutterPlugin, MethodCallHandler, ActivityAware {
}

override fun onDetachedFromActivityForConfigChanges() {
TODO("Not yet implemented")

}

override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) {
TODO("Not yet implemented")

}

override fun onDetachedFromActivity() {
TODO("Not yet implemented")

}


Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.2"
version: "1.0.3"
shelf:
dependency: transitive
description:
Expand Down

0 comments on commit 35d6b4a

Please sign in to comment.