Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
umeng_common_flutter
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
flutter-plugin
umeng_common_flutter
Commits
b452f696
Commit
b452f696
authored
Sep 29, 2021
by
汪林玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
4cd28c4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
ios/umeng_common_sdk.podspec
ios/umeng_common_sdk.podspec
+2
-2
lib/umeng_common_sdk.dart
lib/umeng_common_sdk.dart
+2
-0
No files found.
ios/umeng_common_sdk.podspec
View file @
b452f696
...
...
@@ -17,8 +17,8 @@ A new Flutter plugin.
s
.
public_header_files
=
'Classes/**/*.h'
s
.
dependency
'Flutter'
s
.
platform
=
:ios
,
'8.0'
s
.
dependency
'UMCommon'
s
.
dependency
'UMDevice'
s
.
dependency
'UMCommon'
,
'~> 7.3.5'
s
.
dependency
'UMDevice'
,
'~> 2.0.4'
s
.
static_framework
=
true
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
...
...
lib/umeng_common_sdk.dart
View file @
b452f696
...
...
@@ -47,6 +47,8 @@ class UmengCommonSdk {
'channel'
:
channel
,
'deviceType'
:
deviceType
,
'pushSecret'
:
pushSecret
,
'mode'
:
mode
,
'process'
:
process
,
});
return
result
;
}
...
...
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