-
Notifications
You must be signed in to change notification settings - Fork 45
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 #209 from CleverTap/develop
Web SDK support in Flutter
- Loading branch information
Showing
31 changed files
with
10,498 additions
and
938 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
.packages | ||
.idea/ | ||
.DS_Store | ||
.metadata | ||
example/build | ||
example/android/app/google-services.json | ||
build/ | ||
build/ |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# This file tracks properties of this Flutter project. | ||
# Used by Flutter tool to assess capabilities and perform upgrades etc. | ||
# | ||
# This file should be version controlled and should not be manually edited. | ||
|
||
version: | ||
revision: "0ddfe9090f67b841a23a5c49dbf270b596ff6aa1" | ||
channel: "master" | ||
|
||
project_type: plugin | ||
|
||
# Tracks metadata for the flutter migrate command | ||
migration: | ||
platforms: | ||
- platform: root | ||
create_revision: 0ddfe9090f67b841a23a5c49dbf270b596ff6aa1 | ||
base_revision: 0ddfe9090f67b841a23a5c49dbf270b596ff6aa1 | ||
- platform: android | ||
create_revision: 0ddfe9090f67b841a23a5c49dbf270b596ff6aa1 | ||
base_revision: 0ddfe9090f67b841a23a5c49dbf270b596ff6aa1 | ||
- platform: ios | ||
create_revision: 0ddfe9090f67b841a23a5c49dbf270b596ff6aa1 | ||
base_revision: 0ddfe9090f67b841a23a5c49dbf270b596ff6aa1 | ||
- platform: web | ||
create_revision: 0ddfe9090f67b841a23a5c49dbf270b596ff6aa1 | ||
base_revision: 0ddfe9090f67b841a23a5c49dbf270b596ff6aa1 | ||
|
||
# User provided section | ||
|
||
# List of Local paths (relative to this file) that should be | ||
# ignored by the migrate tool. | ||
# | ||
# Files that are not part of the templates will be ignored by default. | ||
unmanaged_files: | ||
- 'lib/main.dart' | ||
- 'ios/Runner.xcodeproj/project.pbxproj' |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
include: package:flutter_lints/flutter.yaml | ||
|
||
# Additional information about this file can be found at | ||
# https://dart.dev/guides/language/analysis-options |
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,5 +1,5 @@ | ||
group 'com.clevertap.clevertap_plugin' | ||
version '1.9.1' | ||
version '2.0.0' | ||
|
||
buildscript { | ||
repositories { | ||
|
Oops, something went wrong.