use new event channel for mobile and web

This commit is contained in:
csf
2022-05-17 19:59:37 +08:00
parent 85a2a7cd44
commit a7af7967f6
26 changed files with 1875 additions and 480 deletions

View File

@@ -223,6 +223,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.6"
flutter_rust_bridge:
dependency: "direct main"
description:
name: flutter_rust_bridge
url: "https://pub.dartlang.org"
source: hosted
version: "1.30.0"
flutter_smart_dialog:
dependency: "direct main"
description:
@@ -738,5 +745,5 @@ packages:
source: hosted
version: "0.1.0"
sdks:
dart: ">=2.16.0 <3.0.0"
dart: ">=2.16.1 <3.0.0"
flutter: ">=2.10.0"