Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
base_data_channel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PublicSource
base_data_channel
Commits
047a6a5e
Commit
047a6a5e
authored
Apr 06, 2023
by
tongzifang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add image
parent
dbd581b4
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
286 additions
and
1 deletion
+286
-1
GeneratedPluginRegistrant.swift
example/macos/Flutter/GeneratedPluginRegistrant.swift
+4
-0
pubspec.lock
example/pubspec.lock
+273
-1
common_colors.dart
lib/config/common_colors.dart
+6
-0
pubspec.yaml
pubspec.yaml
+3
-0
No files found.
example/macos/Flutter/GeneratedPluginRegistrant.swift
View file @
047a6a5e
...
...
@@ -6,7 +6,11 @@ import FlutterMacOS
import
Foundation
import
base_data_channel
import
path_provider_foundation
import
sqflite
func
RegisterGeneratedPlugins
(
registry
:
FlutterPluginRegistry
)
{
BaseDataChannelPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"BaseDataChannelPlugin"
))
PathProviderPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"PathProviderPlugin"
))
SqflitePlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"SqflitePlugin"
))
}
example/pubspec.lock
View file @
047a6a5e
This diff is collapsed.
Click to expand it.
lib/config/common_colors.dart
View file @
047a6a5e
...
...
@@ -10,4 +10,10 @@ class CommonColor {
static
Color
get
colorF5
=>
const
Color
(
0xFFF5F5F5
);
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
);
}
pubspec.yaml
View file @
047a6a5e
...
...
@@ -36,6 +36,9 @@ dependencies:
retrofit
:
^4.0.1
pretty_dio_logger
:
^1.3.1
pigeon
:
^9.2.3
image_picker
:
^0.8.7+1
dotted_border
:
^2.0.0+3
cached_network_image
:
^3.2.3
flutter_boost
:
git
:
url
:
'
https://github.com/alibaba/flutter_boost.git'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment