-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
728 changed files
with
2,282 additions
and
484 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,206 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "100ms-flutter", | ||
"cwd": "packages/hmssdk_flutter/example", | ||
"request": "launch", | ||
"type": "dart" | ||
}, | ||
{ | ||
"name": "100ms-flutter (profile mode)", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "profile" | ||
}, | ||
{ | ||
"name": "100ms-flutter (release mode)", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "release" | ||
}, | ||
{ | ||
"name": "example", | ||
"cwd": "example", | ||
"request": "launch", | ||
"type": "dart" | ||
}, | ||
{ | ||
"name": "example (profile mode)", | ||
"cwd": "example", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "profile" | ||
}, | ||
{ | ||
"name": "example (release mode)", | ||
"cwd": "example", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "release" | ||
}, | ||
{ | ||
"name": "bloc", | ||
"cwd": "sample apps/bloc", | ||
"request": "launch", | ||
"type": "dart" | ||
}, | ||
{ | ||
"name": "bloc (profile mode)", | ||
"cwd": "sample apps/bloc", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "profile" | ||
}, | ||
{ | ||
"name": "bloc (release mode)", | ||
"cwd": "sample apps/bloc", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "release" | ||
}, | ||
{ | ||
"name": "flutter-audio-room-quickstart", | ||
"cwd": "sample apps/flutter-audio-room-quickstart", | ||
"request": "launch", | ||
"type": "dart" | ||
}, | ||
{ | ||
"name": "flutter-audio-room-quickstart (profile mode)", | ||
"cwd": "sample apps/flutter-audio-room-quickstart", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "profile" | ||
}, | ||
{ | ||
"name": "flutter-audio-room-quickstart (release mode)", | ||
"cwd": "sample apps/flutter-audio-room-quickstart", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "release" | ||
}, | ||
{ | ||
"name": "flutter-hls-quickstart", | ||
"cwd": "sample apps/flutter-hls-quickstart", | ||
"request": "launch", | ||
"type": "dart" | ||
}, | ||
{ | ||
"name": "flutter-hls-quickstart (profile mode)", | ||
"cwd": "sample apps/flutter-hls-quickstart", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "profile" | ||
}, | ||
{ | ||
"name": "flutter-hls-quickstart (release mode)", | ||
"cwd": "sample apps/flutter-hls-quickstart", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "release" | ||
}, | ||
{ | ||
"name": "flutter-quickstart-app", | ||
"cwd": "sample apps/flutter-quickstart-app", | ||
"request": "launch", | ||
"type": "dart" | ||
}, | ||
{ | ||
"name": "flutter-quickstart-app (profile mode)", | ||
"cwd": "sample apps/flutter-quickstart-app", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "profile" | ||
}, | ||
{ | ||
"name": "flutter-quickstart-app (release mode)", | ||
"cwd": "sample apps/flutter-quickstart-app", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "release" | ||
}, | ||
{ | ||
"name": "getx", | ||
"cwd": "sample apps/getx", | ||
"request": "launch", | ||
"type": "dart" | ||
}, | ||
{ | ||
"name": "getx (profile mode)", | ||
"cwd": "sample apps/getx", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "profile" | ||
}, | ||
{ | ||
"name": "getx (release mode)", | ||
"cwd": "sample apps/getx", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "release" | ||
}, | ||
{ | ||
"name": "hms-callkit-app", | ||
"cwd": "sample apps/hms-callkit-app", | ||
"request": "launch", | ||
"type": "dart" | ||
}, | ||
{ | ||
"name": "hms-callkit-app (profile mode)", | ||
"cwd": "sample apps/hms-callkit-app", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "profile" | ||
}, | ||
{ | ||
"name": "hms-callkit-app (release mode)", | ||
"cwd": "sample apps/hms-callkit-app", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "release" | ||
}, | ||
{ | ||
"name": "mobx", | ||
"cwd": "sample apps/mobx", | ||
"request": "launch", | ||
"type": "dart" | ||
}, | ||
{ | ||
"name": "mobx (profile mode)", | ||
"cwd": "sample apps/mobx", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "profile" | ||
}, | ||
{ | ||
"name": "mobx (release mode)", | ||
"cwd": "sample apps/mobx", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "release" | ||
}, | ||
{ | ||
"name": "riverpod", | ||
"cwd": "sample apps/riverpod", | ||
"request": "launch", | ||
"type": "dart" | ||
}, | ||
{ | ||
"name": "riverpod (profile mode)", | ||
"cwd": "sample apps/riverpod", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "profile" | ||
}, | ||
{ | ||
"name": "riverpod (release mode)", | ||
"cwd": "sample apps/riverpod", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "release" | ||
} | ||
] | ||
} |
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,26 @@ | ||
# This is a generated file; do not edit or check into version control. | ||
flutter_foreground_task=/Users/decode/.pub-cache/hosted/pub.dev/flutter_foreground_task-6.0.0+1/ | ||
hmssdk_flutter=/Users/decode/work/100ms-flutter/100ms-flutter/packages/hmssdk_flutter/ | ||
path_provider=/Users/decode/.pub-cache/hosted/pub.dev/path_provider-2.0.15/ | ||
path_provider_android=/Users/decode/.pub-cache/hosted/pub.dev/path_provider_android-2.0.27/ | ||
path_provider_foundation=/Users/decode/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.3/ | ||
path_provider_linux=/Users/decode/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.11/ | ||
path_provider_windows=/Users/decode/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.7/ | ||
permission_handler=/Users/decode/.pub-cache/hosted/pub.dev/permission_handler-10.4.0/ | ||
permission_handler_android=/Users/decode/.pub-cache/hosted/pub.dev/permission_handler_android-10.3.0/ | ||
permission_handler_apple=/Users/decode/.pub-cache/hosted/pub.dev/permission_handler_apple-9.1.1/ | ||
permission_handler_windows=/Users/decode/.pub-cache/hosted/pub.dev/permission_handler_windows-0.1.3/ | ||
share_plus=/Users/decode/.pub-cache/hosted/pub.dev/share_plus-7.0.2/ | ||
shared_preferences=/Users/decode/.pub-cache/hosted/pub.dev/shared_preferences-2.1.2/ | ||
shared_preferences_android=/Users/decode/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.0/ | ||
shared_preferences_foundation=/Users/decode/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.0/ | ||
shared_preferences_linux=/Users/decode/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.0/ | ||
shared_preferences_web=/Users/decode/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.0/ | ||
shared_preferences_windows=/Users/decode/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.0/ | ||
url_launcher=/Users/decode/.pub-cache/hosted/pub.dev/url_launcher-6.1.11/ | ||
url_launcher_android=/Users/decode/.pub-cache/hosted/pub.dev/url_launcher_android-6.0.36/ | ||
url_launcher_ios=/Users/decode/.pub-cache/hosted/pub.dev/url_launcher_ios-6.1.4/ | ||
url_launcher_linux=/Users/decode/.pub-cache/hosted/pub.dev/url_launcher_linux-3.0.5/ | ||
url_launcher_macos=/Users/decode/.pub-cache/hosted/pub.dev/url_launcher_macos-3.0.5/ | ||
url_launcher_web=/Users/decode/.pub-cache/hosted/pub.dev/url_launcher_web-2.0.17/ | ||
url_launcher_windows=/Users/decode/.pub-cache/hosted/pub.dev/url_launcher_windows-3.0.6/ |
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 @@ | ||
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_foreground_task","path":"/Users/decode/.pub-cache/hosted/pub.dev/flutter_foreground_task-6.0.0+1/","native_build":true,"dependencies":[]},{"name":"hmssdk_flutter","path":"/Users/decode/work/100ms-flutter/100ms-flutter/packages/hmssdk_flutter/","native_build":true,"dependencies":[]},{"name":"path_provider_foundation","path":"/Users/decode/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.3/","native_build":true,"dependencies":[]},{"name":"permission_handler_apple","path":"/Users/decode/.pub-cache/hosted/pub.dev/permission_handler_apple-9.1.1/","native_build":true,"dependencies":[]},{"name":"share_plus","path":"/Users/decode/.pub-cache/hosted/pub.dev/share_plus-7.0.2/","native_build":true,"dependencies":[]},{"name":"shared_preferences_foundation","path":"/Users/decode/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.0/","native_build":true,"dependencies":[]},{"name":"url_launcher_ios","path":"/Users/decode/.pub-cache/hosted/pub.dev/url_launcher_ios-6.1.4/","native_build":true,"dependencies":[]}],"android":[{"name":"flutter_foreground_task","path":"/Users/decode/.pub-cache/hosted/pub.dev/flutter_foreground_task-6.0.0+1/","native_build":true,"dependencies":[]},{"name":"hmssdk_flutter","path":"/Users/decode/work/100ms-flutter/100ms-flutter/packages/hmssdk_flutter/","native_build":true,"dependencies":[]},{"name":"path_provider_android","path":"/Users/decode/.pub-cache/hosted/pub.dev/path_provider_android-2.0.27/","native_build":true,"dependencies":[]},{"name":"permission_handler_android","path":"/Users/decode/.pub-cache/hosted/pub.dev/permission_handler_android-10.3.0/","native_build":true,"dependencies":[]},{"name":"share_plus","path":"/Users/decode/.pub-cache/hosted/pub.dev/share_plus-7.0.2/","native_build":true,"dependencies":[]},{"name":"shared_preferences_android","path":"/Users/decode/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.0/","native_build":true,"dependencies":[]},{"name":"url_launcher_android","path":"/Users/decode/.pub-cache/hosted/pub.dev/url_launcher_android-6.0.36/","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_foundation","path":"/Users/decode/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.3/","native_build":true,"dependencies":[]},{"name":"share_plus","path":"/Users/decode/.pub-cache/hosted/pub.dev/share_plus-7.0.2/","native_build":true,"dependencies":[]},{"name":"shared_preferences_foundation","path":"/Users/decode/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.0/","native_build":true,"dependencies":[]},{"name":"url_launcher_macos","path":"/Users/decode/.pub-cache/hosted/pub.dev/url_launcher_macos-3.0.5/","native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/Users/decode/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.11/","native_build":false,"dependencies":[]},{"name":"share_plus","path":"/Users/decode/.pub-cache/hosted/pub.dev/share_plus-7.0.2/","native_build":false,"dependencies":["url_launcher_linux"]},{"name":"shared_preferences_linux","path":"/Users/decode/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.0/","native_build":false,"dependencies":["path_provider_linux"]},{"name":"url_launcher_linux","path":"/Users/decode/.pub-cache/hosted/pub.dev/url_launcher_linux-3.0.5/","native_build":true,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"/Users/decode/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.7/","native_build":false,"dependencies":[]},{"name":"permission_handler_windows","path":"/Users/decode/.pub-cache/hosted/pub.dev/permission_handler_windows-0.1.3/","native_build":true,"dependencies":[]},{"name":"share_plus","path":"/Users/decode/.pub-cache/hosted/pub.dev/share_plus-7.0.2/","native_build":true,"dependencies":["url_launcher_windows"]},{"name":"shared_preferences_windows","path":"/Users/decode/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.0/","native_build":false,"dependencies":["path_provider_windows"]},{"name":"url_launcher_windows","path":"/Users/decode/.pub-cache/hosted/pub.dev/url_launcher_windows-3.0.6/","native_build":true,"dependencies":[]}],"web":[{"name":"share_plus","path":"/Users/decode/.pub-cache/hosted/pub.dev/share_plus-7.0.2/","dependencies":["url_launcher_web"]},{"name":"shared_preferences_web","path":"/Users/decode/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.0/","dependencies":[]},{"name":"url_launcher_web","path":"/Users/decode/.pub-cache/hosted/pub.dev/url_launcher_web-2.0.17/","dependencies":[]}]},"dependencyGraph":[{"name":"flutter_foreground_task","dependencies":["shared_preferences"]},{"name":"hmssdk_flutter","dependencies":[]},{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"permission_handler","dependencies":["permission_handler_android","permission_handler_apple","permission_handler_windows"]},{"name":"permission_handler_android","dependencies":[]},{"name":"permission_handler_apple","dependencies":[]},{"name":"permission_handler_windows","dependencies":[]},{"name":"share_plus","dependencies":["url_launcher_web","url_launcher_windows","url_launcher_linux"]},{"name":"shared_preferences","dependencies":["shared_preferences_android","shared_preferences_foundation","shared_preferences_linux","shared_preferences_web","shared_preferences_windows"]},{"name":"shared_preferences_android","dependencies":[]},{"name":"shared_preferences_foundation","dependencies":[]},{"name":"shared_preferences_linux","dependencies":["path_provider_linux"]},{"name":"shared_preferences_web","dependencies":[]},{"name":"shared_preferences_windows","dependencies":["path_provider_windows"]},{"name":"url_launcher","dependencies":["url_launcher_android","url_launcher_ios","url_launcher_linux","url_launcher_macos","url_launcher_web","url_launcher_windows"]},{"name":"url_launcher_android","dependencies":[]},{"name":"url_launcher_ios","dependencies":[]},{"name":"url_launcher_linux","dependencies":[]},{"name":"url_launcher_macos","dependencies":[]},{"name":"url_launcher_web","dependencies":[]},{"name":"url_launcher_windows","dependencies":[]}],"date_created":"2023-07-11 17:05:42.010426","version":"3.7.12"} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,2 @@ | ||
sdk.dir=/Users/decode/Library/Android/sdk | ||
flutter.sdk=/Users/decode/work/flutter |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
ui_kit/example/lib/main.dart → packages/hms_room_kit/example/lib/main.dart
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.