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
3e244491
Commit
3e244491
authored
Apr 06, 2023
by
tongzifang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update pub
parent
ee7b6003
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
55 additions
and
529 deletions
+55
-529
GeneratedPluginRegistrant.swift
example/macos/Flutter/GeneratedPluginRegistrant.swift
+0
-8
pubspec.lock
example/pubspec.lock
+48
-496
pubspec.yaml
pubspec.yaml
+7
-25
No files found.
example/macos/Flutter/GeneratedPluginRegistrant.swift
View file @
3e244491
...
@@ -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"
))
}
}
example/pubspec.lock
View file @
3e244491
This diff is collapsed.
Click to expand it.
pubspec.yaml
View file @
3e244491
...
@@ -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
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