Commit af8e547d authored by tongzifang's avatar tongzifang

add pub

parent 4aa2cc4d
......@@ -6,7 +6,15 @@ import FlutterMacOS
import Foundation
import base_data_channel
import path_provider_foundation
import photo_manager
import shared_preferences_foundation
import sqflite
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
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.
......@@ -33,6 +33,28 @@ dependencies:
sdk: flutter
plugin_platform_interface: ^2.0.2
pigeon: ^9.1.0
retrofit: ^3.0.1+1
logger: any
cupertino_icons: ^1.0.2
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:
git:
url: 'https://github.com/alibaba/flutter_boost.git'
......
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