-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #404 from RodrigoSMarques/dev
Release 8.3.1
- Loading branch information
Showing
10 changed files
with
121 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,46 @@ | ||
name: flutter_branch_sdk | ||
description: Flutter Plugin for create deep link using Brach SDK (https://branch.io). This plugin provides a cross-platform (iOS, Android, Web). | ||
repository: https://github.com/RodrigoSMarques/flutter_branch_sdk | ||
version: 8.3.0 | ||
environment: | ||
sdk: ">=3.3.0 <4.0.0" | ||
flutter: ">=3.19.0" | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
flutter_web_plugins: | ||
sdk: flutter | ||
plugin_platform_interface: ^2.1.8 | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
sdk: flutter | ||
flutter_lints: ^5.0.0 | ||
|
||
# For information on the generic Dart part of this file, see the | ||
# following page: https://dart.dev/tools/pub/pubspec | ||
|
||
# The following section is specific to Flutter packages. | ||
flutter: | ||
# This section identifies this Flutter project as a plugin project. | ||
# The 'pluginClass' specifies the class (in Java, Kotlin, Swift, Objective-C, etc.) | ||
# which should be registered in the plugin registry. This is required for | ||
# using method channels. | ||
# The Android 'package' specifies package in which the registered class is. | ||
# This is required for using method channels on Android. | ||
# The 'ffiPlugin' specifies that native code should be built and bundled. | ||
# This is required for using `dart:ffi`. | ||
# All these are used by the tooling to maintain consistency when | ||
# adding or updating assets for this project. | ||
plugin: | ||
platforms: | ||
android: | ||
package: br.com.rsmarques.flutter_branch_sdk | ||
pluginClass: FlutterBranchSdkPlugin | ||
ios: | ||
pluginClass: SwiftFlutterBranchSdkPlugin | ||
web: | ||
pluginClass: FlutterBranchSdkWeb | ||
fileName: src/flutter_branch_sdk_web.dart | ||
name: flutter_branch_sdk | ||
description: "Flutter Plugin for create deep link using Brach SDK (https://branch.io). This plugin provides a cross-platform (iOS, Android, Web)." | ||
version: 8.3.1 | ||
repository: https://github.com/RodrigoSMarques/flutter_branch_sdk | ||
|
||
environment: | ||
sdk: ">=3.3.0 <4.0.0" | ||
flutter: '>=3.19.0' | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
flutter_web_plugins: | ||
sdk: flutter | ||
plugin_platform_interface: ^2.1.8 | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
sdk: flutter | ||
flutter_lints: ^5.0.0 | ||
|
||
# For information on the generic Dart part of this file, see the | ||
# following page: https://dart.dev/tools/pub/pubspec | ||
|
||
# The following section is specific to Flutter packages. | ||
flutter: | ||
# This section identifies this Flutter project as a plugin project. | ||
# The 'pluginClass' specifies the class (in Java, Kotlin, Swift, Objective-C, etc.) | ||
# which should be registered in the plugin registry. This is required for | ||
# using method channels. | ||
# The Android 'package' specifies package in which the registered class is. | ||
# This is required for using method channels on Android. | ||
# The 'ffiPlugin' specifies that native code should be built and bundled. | ||
# This is required for using `dart:ffi`. | ||
# All these are used by the tooling to maintain consistency when | ||
# adding or updating assets for this project. | ||
plugin: | ||
platforms: | ||
android: | ||
package: br.com.rsmarques.flutter_branch_sdk | ||
pluginClass: FlutterBranchSdkPlugin | ||
ios: | ||
pluginClass: FlutterBranchSdkPlugin | ||
web: | ||
pluginClass: FlutterBranchSdkWeb | ||
fileName: src/flutter_branch_sdk_web.dart |
e015812
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://flutter-branch-sdk.netlify.app as production
🚀 Deployed on https://677022c997d6eabc72fb0b67--flutter-branch-sdk.netlify.app