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
2e347612
Commit
2e347612
authored
Apr 07, 2023
by
tongzifang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add photo_manage
parent
b636bae3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
GeneratedPluginRegistrant.swift
example/macos/Flutter/GeneratedPluginRegistrant.swift
+2
-0
pubspec.lock
example/pubspec.lock
+8
-0
pubspec.yaml
pubspec.yaml
+1
-0
No files found.
example/macos/Flutter/GeneratedPluginRegistrant.swift
View file @
2e347612
...
@@ -7,12 +7,14 @@ import Foundation
...
@@ -7,12 +7,14 @@ import Foundation
import
base_data_channel
import
base_data_channel
import
path_provider_foundation
import
path_provider_foundation
import
photo_manager
import
shared_preferences_foundation
import
shared_preferences_foundation
import
sqflite
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"
))
PathProviderPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"PathProviderPlugin"
))
PhotoManagerPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"PhotoManagerPlugin"
))
SharedPreferencesPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"SharedPreferencesPlugin"
))
SharedPreferencesPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"SharedPreferencesPlugin"
))
SqflitePlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"SqflitePlugin"
))
SqflitePlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"SqflitePlugin"
))
}
}
example/pubspec.lock
View file @
2e347612
...
@@ -464,6 +464,14 @@ packages:
...
@@ -464,6 +464,14 @@ packages:
url: "https://pub.flutter-io.cn"
url: "https://pub.flutter-io.cn"
source: hosted
source: hosted
version: "1.11.1"
version: "1.11.1"
photo_manager:
dependency: transitive
description:
name: photo_manager
sha256: bdc4ab1fa9fb064d8ccfea6ab44119f55b220293d7ce2e19eb5a5f998db86c88
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.6.0"
pigeon:
pigeon:
dependency: transitive
dependency: transitive
description:
description:
...
...
pubspec.yaml
View file @
2e347612
...
@@ -47,6 +47,7 @@ dependencies:
...
@@ -47,6 +47,7 @@ dependencies:
flutter_easyloading
:
^3.0.5
flutter_easyloading
:
^3.0.5
logger
:
any
logger
:
any
http_parser
:
^4.0.2
http_parser
:
^4.0.2
photo_manager
:
^2.6.0
flutter_boost
:
flutter_boost
:
git
:
git
:
url
:
'
https://github.com/alibaba/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