Commit 3e244491 authored by tongzifang's avatar tongzifang

update pub

parent ee7b6003
...@@ -6,15 +6,7 @@ import FlutterMacOS ...@@ -6,15 +6,7 @@ import FlutterMacOS
import Foundation import Foundation
import base_data_channel import base_data_channel
import path_provider_foundation
import photo_manager
import shared_preferences_foundation
import sqflite
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
BaseDataChannelPlugin.register(with: registry.registrar(forPlugin: "BaseDataChannelPlugin")) BaseDataChannelPlugin.register(with: registry.registrar(forPlugin: "BaseDataChannelPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
PhotoManagerPlugin.register(with: registry.registrar(forPlugin: "PhotoManagerPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
} }
This diff is collapsed.
...@@ -31,31 +31,13 @@ dependencies: ...@@ -31,31 +31,13 @@ dependencies:
sdk: flutter sdk: flutter
flutter_web_plugins: flutter_web_plugins:
sdk: flutter sdk: flutter
plugin_platform_interface: ^2.0.2 plugin_platform_interface: ^2.1.4
pigeon: ^9.1.0 dio: ^5.1.1
retrofit: ^3.0.1+1 retrofit: ^4.0.1
logger: any pretty_dio_logger: ^1.3.1
cupertino_icons: ^1.0.2 pigeon: ^9.2.3
dio: ^4.0.0
pretty_dio_logger: ^1.1.1
sp_util: ^2.0.3
flutter_riverpod: ^2.1.3
flare_flutter: ^3.0.2
pull_to_refresh_flutter3: ^2.0.1
cached_network_image: ^3.2.1
# image_viewer: ^1.5.0
fluttertoast: ^8.0.8
http_proxy: ^1.2.0
image_picker: ^0.8.4+11
flutter_easyloading: ^3.0.3
easy_image_viewer: ^1.1.0
hb_password_input_textfield: ^1.0.1
keyboard_dismisser: ^3.0.0
date_format: ^2.0.7
flutter_staggered_grid_view: ^0.6.2
photo_manager: ^2.5.2
screenshot_callback: ^2.0.3
flutter_boost: flutter_boost:
git: git:
url: 'https://github.com/alibaba/flutter_boost.git' url: 'https://github.com/alibaba/flutter_boost.git'
ref: '4.2.0' ref: '4.2.1'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment