Skip to content

Commit

Permalink
Merge pull request #177 from RodrigoSMarques/dev
Browse files Browse the repository at this point in the history
Release 6.2.0
  • Loading branch information
RodrigoSMarques authored Sep 30, 2022
2 parents b1da025 + f323de5 commit 0b3c717
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 6.2.0
* Update `BranchStandardEvent` list.

## 6.1.0
* Updated `Android Advertising ID (AAID)` version in Android SDK.

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ packages:
path: ".."
relative: true
source: path
version: "6.0.0"
version: "6.2.0"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
11 changes: 10 additions & 1 deletion lib/src/objects/branch_event.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,26 @@ enum BranchStandardEvent {
ADD_PAYMENT_INFO,
PURCHASE,
SPEND_CREDITS,
CLICK_AD,
RESERVE,
VIEW_AD,
// Content Events
SEARCH,
VIEW_ITEM,
VIEW_ITEMS,
RATE,
SHARE,
INITIATE_STREAM,
COMPLETE_STREAM,
// User Lifecycle Events
COMPLETE_REGISTRATION,
COMPLETE_TUTORIAL,
ACHIEVE_LEVEL,
UNLOCK_ACHIEVEMENT
UNLOCK_ACHIEVEMENT,
INVITE,
LOGIN,
START_TRIAL,
SUBSCRIBE
}

String getBranchStandardEventString(BranchStandardEvent branchStandardEvent) {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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: 6.1.0
version: 6.2.0
homepage: https://github.com/RodrigoSMarques/flutter_branch_sdk

environment:
Expand Down

1 comment on commit 0b3c717

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.