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
af8e547d
Commit
af8e547d
authored
Apr 03, 2023
by
tongzifang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add pub
parent
4aa2cc4d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
511 additions
and
1 deletion
+511
-1
GeneratedPluginRegistrant.swift
example/macos/Flutter/GeneratedPluginRegistrant.swift
+8
-0
pubspec.lock
example/pubspec.lock
+481
-1
pubspec.yaml
pubspec.yaml
+22
-0
No files found.
example/macos/Flutter/GeneratedPluginRegistrant.swift
View file @
af8e547d
...
...
@@ -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"
))
}
example/pubspec.lock
View file @
af8e547d
This diff is collapsed.
Click to expand it.
pubspec.yaml
View file @
af8e547d
...
...
@@ -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'
...
...
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