Commit 047a6a5e authored by tongzifang's avatar tongzifang

add image

parent dbd581b4
...@@ -6,7 +6,11 @@ import FlutterMacOS ...@@ -6,7 +6,11 @@ import FlutterMacOS
import Foundation import Foundation
import base_data_channel import base_data_channel
import path_provider_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"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
} }
This diff is collapsed.
...@@ -10,4 +10,10 @@ class CommonColor { ...@@ -10,4 +10,10 @@ class CommonColor {
static Color get colorF5 => const Color(0xFFF5F5F5); static Color get colorF5 => const Color(0xFFF5F5F5);
static Color get colorF8 => const Color(0xFFF8F8F8); static Color get colorF8 => const Color(0xFFF8F8F8);
static Color get colorBB => const Color(0xFFBBBBBB);
static Color get colorE3 => const Color(0xFFE3E3E3);
static Color get color99 => const Color(0xFF999999);
} }
...@@ -36,6 +36,9 @@ dependencies: ...@@ -36,6 +36,9 @@ dependencies:
retrofit: ^4.0.1 retrofit: ^4.0.1
pretty_dio_logger: ^1.3.1 pretty_dio_logger: ^1.3.1
pigeon: ^9.2.3 pigeon: ^9.2.3
image_picker: ^0.8.7+1
dotted_border: ^2.0.0+3
cached_network_image: ^3.2.3
flutter_boost: flutter_boost:
git: git:
url: 'https://github.com/alibaba/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