Skip to content

Commit

Permalink
Updated structure (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 authored Jul 12, 2023
1 parent 786650e commit 286dd9f
Show file tree
Hide file tree
Showing 728 changed files with 2,282 additions and 484 deletions.
Binary file added .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .idea/.gitignore

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

198 changes: 198 additions & 0 deletions .idea/100ms-flutter.iml

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions .idea/libraries/Dart_SDK.xml

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

9 changes: 9 additions & 0 deletions .idea/libraries/Flutter_Plugins.xml

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

8 changes: 8 additions & 0 deletions .idea/modules.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

206 changes: 206 additions & 0 deletions .vscode/launch.json
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"
}
]
}
26 changes: 26 additions & 0 deletions packages/hms_room_kit/.flutter-plugins
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/
1 change: 1 addition & 0 deletions packages/hms_room_kit/.flutter-plugins-dependencies
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.
2 changes: 2 additions & 0 deletions packages/hms_room_kit/android/local.properties
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.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:hmssdk_uikit/common/app_color.dart';
import 'package:hms_room_kit/common/app_color.dart';

void main() {
runApp(const MyApp());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,20 +208,20 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.0.4"
hmssdk_flutter:
dependency: transitive
description:
path: "../.."
relative: true
source: path
version: "1.8.0"
hmssdk_uikit:
hms_room_kit:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.0.1"
hmssdk_flutter:
dependency: transitive
description:
path: "../../hmssdk_flutter"
relative: true
source: path
version: "1.8.0"
http:
dependency: transitive
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
hmssdk_uikit:
hms_room_kit:
path: ../
dev_dependencies:
flutter_test:
Expand Down
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.
Loading

0 comments on commit 286dd9f

Please sign in to comment.