Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_jdsdk
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_jdsdk
Commits
9ee18afa
Commit
9ee18afa
authored
Jun 15, 2020
by
wuchaowen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify gitignore
parent
38181890
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
7 deletions
+44
-7
.gitignore
.gitignore
+13
-0
.idea/workspace.xml
.idea/workspace.xml
+21
-1
README.md
README.md
+10
-6
No files found.
.gitignore
View file @
9ee18afa
...
...
@@ -3,5 +3,18 @@
.packages
.pub/
pubspec.lock
build/
*.iml
.idea/
.vscode/
android/.classpath
android/.project
android/.settings/org.eclipse.buildship.core.prefs
example/android/.project
example/android/.settings/org.eclipse.buildship.core.prefs
example/android/app/.classpath
example/android/app/.project
example/android/app/.settings/org.eclipse.buildship.core.prefs
\ No newline at end of file
.idea/workspace.xml
View file @
9ee18afa
...
...
@@ -5,7 +5,12 @@
<option
name=
"TOOL_WINDOW_CONFIGURED_FILTER"
value=
"Show only selected application"
/>
</component>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"e56a8e33-a4f7-4146-9ae8-6376df3c053c"
name=
"Default Changelist"
comment=
""
/>
<list
default=
"true"
id=
"e56a8e33-a4f7-4146-9ae8-6376df3c053c"
name=
"Default Changelist"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/.gitignore"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.gitignore"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/example/ios/.symlinks/plugins/jdsdk/.gitignore"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/example/ios/.symlinks/plugins/jdsdk/.gitignore"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/example/ios/.symlinks/plugins/jdsdk/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/example/ios/.symlinks/plugins/jdsdk/.idea/workspace.xml"
afterDir=
"false"
/>
</list>
<option
name=
"EXCLUDED_CONVERTED_TO_IGNORED"
value=
"true"
/>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
@@ -13,7 +18,11 @@
<option
name=
"LAST_RESOLUTION"
value=
"IGNORE"
/>
</component>
<component
name=
"ExecutionTargetManager"
SELECTED_TARGET=
"Nexus_5X_API_28"
/>
<component
name=
"Git.Settings"
>
<option
name=
"RECENT_GIT_ROOT_PATH"
value=
"$PROJECT_DIR$"
/>
</component>
<component
name=
"ProjectId"
id=
"1dG8Atmpf5XvmG8LhweJrquSiAO"
/>
<component
name=
"ProjectLevelVcsManager"
settingsEditedManually=
"true"
/>
<component
name=
"PropertiesComponent"
>
<property
name=
"dart.analysis.tool.window.force.activate"
value=
"false"
/>
<property
name=
"io.flutter.reload.alreadyRun"
value=
"true"
/>
...
...
@@ -54,4 +63,15 @@
</task>
<servers
/>
</component>
<component
name=
"Vcs.Log.Tabs.Properties"
>
<option
name=
"TAB_STATES"
>
<map>
<entry
key=
"MAIN"
>
<value>
<State
/>
</value>
</entry>
</map>
</option>
</component>
</project>
\ No newline at end of file
README.md
View file @
9ee18afa
...
...
@@ -26,22 +26,26 @@
</
array
>
```
##
初始化
##
导入依赖
```
dart
import
'package:jdsdk/jdsdk.dart'
;
await
Jdsdk
.
init
(
appKey:
''
,
appSecret:
''
);
```
## 初始化
```
dart
Jdsdk
.
init
(
appKey:
''
,
appSecret:
''
);
```
## 打开京东任意URL
```
dart
import
'package:jdsdk/jdsdk.dart'
;
await
Jdsdk
.
openUrl
(
url:
'https://item.m.jd.com/product/100009963992.html'
);
Jdsdk
.
openUrl
(
url:
'https://item.m.jd.com/product/100009963992.html'
);
```
## 联系方式
QQ:
`511644784`
...
...
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