-
-
Notifications
You must be signed in to change notification settings - Fork 27
Home

This is an Online Meeting App that utilizes Flutter and WebRTC technologies to provide users with a platform to conduct virtual meetings, conferences, and webinars. The app is built to provide seamless audio and video communication, as well as screen sharing, chat functionality, and file sharing.
The Waterbus concept has been used for physical transportation, but it can also be applied to online meeting platforms. A virtual Waterbus platform would allow users to travel along a virtual route and stop at designated locations to attend meetings. The platform could also incorporate gamification elements for increased engagement. This approach provides a unique and fun way for remote teams to collaborate while acknowledging the trend of using waterways for transportation.
βββ waterbus/
βββ .githooks/
β βββ pre-commit
β βββ pre-push
βββ .github/
β βββ FUNDING.yml
β βββ ISSUE_TEMPLATE/
β βββ dependabot.yml
β βββ workflows/
β βββ ci.yml
β βββ release.yml
βββ .metadata
βββ analysis_options.yaml
βββ android/
β βββ app/
β β βββ build.gradle
β β βββ google-services.json
β β βββ proguard-rules.pro
β β βββ src/
β βββ build.gradle
β βββ gradle/
β β βββ wrapper/
β βββ settings.gradle
βββ benchmark/
β βββ benchmark.txt
β βββ plot_benchmark_results.gp
βββ codecov.yml
βββ ios/
β βββ BroadcastAppGroup/
β β βββ BroadcastAppGroupHandler.swift
β βββ BroadcastWaterbus/
β β βββ Atomic.swift
β β βββ BroadcastWaterbus.entitlements
β β βββ DarwinNotificationCenter.swift
β β βββ Info.plist
β β βββ SampleHandler.swift
β β βββ SampleUploader.swift
β β βββ SocketConnection.swift
β βββ Flutter/
β β βββ AppFrameworkInfo.plist
β β βββ Debug.xcconfig
β β βββ Release.xcconfig
β βββ Podfile
β βββ Podfile.lock
β βββ Runner/
β β βββ AppDelegate.swift
β β βββ Assets.xcassets/
β β βββ Base.lproj/
β β βββ GoogleService-Info.plist
β β βββ Info.plist
β β βββ Runner-Bridging-Header.h
β β βββ Runner.entitlements
β βββ Runner.xcodeproj/
β β βββ project.pbxproj
β β βββ project.xcworkspace/
β β βββ xcshareddata/
β βββ Runner.xcworkspace/
β β βββ contents.xcworkspacedata
β β βββ xcshareddata/
β βββ clean-pods.sh
βββ launcher_icon_setup.yaml
βββ lib/
β βββ core/
β β βββ app/
β β βββ constants/
β β βββ error/
β β βββ helpers/
β β βββ injection/
β β βββ navigator/
β β βββ types/
β β βββ usecase/
β β βββ utils/
β βββ features/
β β βββ app/
β β βββ auth/
β β βββ chats/
β β βββ common/
β β βββ conversation/
β β βββ home/
β β βββ meeting/
β β βββ notifications/
β β βββ profile/
β β βββ schedule/
β β βββ settings/
β βββ gen/
β β βββ assets.gen.dart
β β βββ fonts.gen.dart
β βββ main.dart
βββ packages/
β βββ auth/
β β βββ .metadata
β β βββ analysis_options.yaml
β β βββ lib/
β β βββ pubspec.yaml
β β βββ test/
β βββ sizer/
β βββ .metadata
β βββ analysis_options.yaml
β βββ lib/
β βββ pubspec.yaml
βββ pubspec.lock
βββ pubspec.yaml
βββ run.sh
βββ screenshots/
βββ splash-setup.yaml
βββ test/
β βββ constants/
β β βββ sample_file_path.dart
β βββ features/
β β βββ auth/
β β βββ meeting/
β β βββ profile/
β βββ fixtures/
β βββ auth/
β βββ fixture_reader.dart
β βββ meeting/