50f56c5e1e
* Respect `RTCIceTransportPolicy` enum and organize * Simplify syntax where possible etc. * Combine `VideoPreset` and `VideoPresets` * Default values for `ConnectOptions` * Build URI instead of String manipulation * Slight modifications to Exception * `LiveKitTheme` for example * `VideoEncoding` class * Organize imports * First simulcast implementation * Remove unnecessary try-catches * Update Android settings * Remember uri and token * example improvements * `fit` parameter for VideoTrackRenderer * Simulcast option for example * Pass `defaultPublishOptions` * Show only `VideoQuality` * Pass tests * Better buildUri logic * Named parameter to positional * Explicit imports * `VideoParameter` instead of `VideoPreset` * Use `mediaTrack.getSettings` when possible * Safer dispose logic * Safer `PCTransport` Update transport.dart * Synchronized events for `SignalClient` * Use logger instead of print * Make example compile for iOS * First screen share implementation * Make example work with screen share * Example improvement * Code optimization * Don't depend on web_socket_channel * Fix: Unpublish track bug * Show participant mute state & identity * Update protos * Remote mute/unmute * iOS Background mode * Separate `createCameraTrack` and `createScreenTrack` * Clean up * PB fix * format * Fix analyzer warning * Android clean up * Update README.md * Clean up
419 lines
9.4 KiB
Plaintext
419 lines
9.4 KiB
Plaintext
# Generated by pub
|
|
# See https://dart.dev/tools/pub/glossary#lockfile
|
|
packages:
|
|
async:
|
|
dependency: transitive
|
|
description:
|
|
name: async
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.8.1"
|
|
boolean_selector:
|
|
dependency: transitive
|
|
description:
|
|
name: boolean_selector
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.1.0"
|
|
characters:
|
|
dependency: transitive
|
|
description:
|
|
name: characters
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.1.0"
|
|
charcode:
|
|
dependency: transitive
|
|
description:
|
|
name: charcode
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.3.1"
|
|
clock:
|
|
dependency: transitive
|
|
description:
|
|
name: clock
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.1.0"
|
|
collection:
|
|
dependency: transitive
|
|
description:
|
|
name: collection
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.15.0"
|
|
crypto:
|
|
dependency: transitive
|
|
description:
|
|
name: crypto
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "3.0.1"
|
|
eva_icons_flutter:
|
|
dependency: "direct main"
|
|
description:
|
|
name: eva_icons_flutter
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "3.0.0"
|
|
fake_async:
|
|
dependency: transitive
|
|
description:
|
|
name: fake_async
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.2.0"
|
|
ffi:
|
|
dependency: transitive
|
|
description:
|
|
name: ffi
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.1.2"
|
|
file:
|
|
dependency: transitive
|
|
description:
|
|
name: file
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "6.1.2"
|
|
fixnum:
|
|
dependency: transitive
|
|
description:
|
|
name: fixnum
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.0.0"
|
|
flutter:
|
|
dependency: "direct main"
|
|
description: flutter
|
|
source: sdk
|
|
version: "0.0.0"
|
|
flutter_lints:
|
|
dependency: "direct dev"
|
|
description:
|
|
name: flutter_lints
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.0.4"
|
|
flutter_test:
|
|
dependency: "direct dev"
|
|
description: flutter
|
|
source: sdk
|
|
version: "0.0.0"
|
|
flutter_web_plugins:
|
|
dependency: transitive
|
|
description: flutter
|
|
source: sdk
|
|
version: "0.0.0"
|
|
flutter_webrtc:
|
|
dependency: transitive
|
|
description:
|
|
name: flutter_webrtc
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "0.6.7"
|
|
google_fonts:
|
|
dependency: "direct main"
|
|
description:
|
|
name: google_fonts
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.1.0"
|
|
http:
|
|
dependency: transitive
|
|
description:
|
|
name: http
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "0.13.3"
|
|
http_parser:
|
|
dependency: transitive
|
|
description:
|
|
name: http_parser
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "4.0.0"
|
|
js:
|
|
dependency: transitive
|
|
description:
|
|
name: js
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "0.6.3"
|
|
lints:
|
|
dependency: transitive
|
|
description:
|
|
name: lints
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.0.1"
|
|
livekit_client:
|
|
dependency: "direct main"
|
|
description:
|
|
path: ".."
|
|
relative: true
|
|
source: path
|
|
version: "0.4.1"
|
|
logging:
|
|
dependency: "direct main"
|
|
description:
|
|
name: logging
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.0.1"
|
|
matcher:
|
|
dependency: transitive
|
|
description:
|
|
name: matcher
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "0.12.10"
|
|
meta:
|
|
dependency: transitive
|
|
description:
|
|
name: meta
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.7.0"
|
|
nested:
|
|
dependency: transitive
|
|
description:
|
|
name: nested
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.0.0"
|
|
path:
|
|
dependency: transitive
|
|
description:
|
|
name: path
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.8.0"
|
|
path_provider:
|
|
dependency: transitive
|
|
description:
|
|
name: path_provider
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.3"
|
|
path_provider_linux:
|
|
dependency: transitive
|
|
description:
|
|
name: path_provider_linux
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.2"
|
|
path_provider_macos:
|
|
dependency: transitive
|
|
description:
|
|
name: path_provider_macos
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.2"
|
|
path_provider_platform_interface:
|
|
dependency: transitive
|
|
description:
|
|
name: path_provider_platform_interface
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.1"
|
|
path_provider_windows:
|
|
dependency: transitive
|
|
description:
|
|
name: path_provider_windows
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.3"
|
|
pedantic:
|
|
dependency: transitive
|
|
description:
|
|
name: pedantic
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.11.1"
|
|
platform:
|
|
dependency: transitive
|
|
description:
|
|
name: platform
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "3.0.2"
|
|
plugin_platform_interface:
|
|
dependency: transitive
|
|
description:
|
|
name: plugin_platform_interface
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.1"
|
|
process:
|
|
dependency: transitive
|
|
description:
|
|
name: process
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "4.2.3"
|
|
protobuf:
|
|
dependency: transitive
|
|
description:
|
|
name: protobuf
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.0"
|
|
provider:
|
|
dependency: "direct main"
|
|
description:
|
|
name: provider
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "5.0.0"
|
|
quiver:
|
|
dependency: transitive
|
|
description:
|
|
name: quiver
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "3.0.1"
|
|
shared_preferences:
|
|
dependency: "direct main"
|
|
description:
|
|
name: shared_preferences
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.7"
|
|
shared_preferences_linux:
|
|
dependency: transitive
|
|
description:
|
|
name: shared_preferences_linux
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.2"
|
|
shared_preferences_macos:
|
|
dependency: transitive
|
|
description:
|
|
name: shared_preferences_macos
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.2"
|
|
shared_preferences_platform_interface:
|
|
dependency: transitive
|
|
description:
|
|
name: shared_preferences_platform_interface
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.0"
|
|
shared_preferences_web:
|
|
dependency: transitive
|
|
description:
|
|
name: shared_preferences_web
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.2"
|
|
shared_preferences_windows:
|
|
dependency: transitive
|
|
description:
|
|
name: shared_preferences_windows
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.2"
|
|
sky_engine:
|
|
dependency: transitive
|
|
description: flutter
|
|
source: sdk
|
|
version: "0.0.99"
|
|
source_span:
|
|
dependency: transitive
|
|
description:
|
|
name: source_span
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.8.1"
|
|
stack_trace:
|
|
dependency: transitive
|
|
description:
|
|
name: stack_trace
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.10.0"
|
|
stream_channel:
|
|
dependency: transitive
|
|
description:
|
|
name: stream_channel
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.1.0"
|
|
string_scanner:
|
|
dependency: transitive
|
|
description:
|
|
name: string_scanner
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.1.0"
|
|
synchronized:
|
|
dependency: transitive
|
|
description:
|
|
name: synchronized
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "3.0.0"
|
|
term_glyph:
|
|
dependency: transitive
|
|
description:
|
|
name: term_glyph
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.2.0"
|
|
test_api:
|
|
dependency: transitive
|
|
description:
|
|
name: test_api
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "0.4.2"
|
|
tuple:
|
|
dependency: transitive
|
|
description:
|
|
name: tuple
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.0.0"
|
|
typed_data:
|
|
dependency: transitive
|
|
description:
|
|
name: typed_data
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "1.3.0"
|
|
uuid:
|
|
dependency: transitive
|
|
description:
|
|
name: uuid
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "3.0.4"
|
|
vector_math:
|
|
dependency: transitive
|
|
description:
|
|
name: vector_math
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.1.0"
|
|
win32:
|
|
dependency: transitive
|
|
description:
|
|
name: win32
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "2.2.8"
|
|
xdg_directories:
|
|
dependency: transitive
|
|
description:
|
|
name: xdg_directories
|
|
url: "https://pub.dartlang.org"
|
|
source: hosted
|
|
version: "0.2.0"
|
|
sdks:
|
|
dart: ">=2.13.0 <3.0.0"
|
|
flutter: ">=2.0.0"
|