Commit 9ee18afa authored by wuchaowen's avatar wuchaowen

modify gitignore

parent 38181890
...@@ -3,5 +3,18 @@ ...@@ -3,5 +3,18 @@
.packages .packages
.pub/ .pub/
pubspec.lock
build/ 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
...@@ -5,7 +5,12 @@ ...@@ -5,7 +5,12 @@
<option name="TOOL_WINDOW_CONFIGURED_FILTER" value="Show only selected application" /> <option name="TOOL_WINDOW_CONFIGURED_FILTER" value="Show only selected application" />
</component> </component>
<component name="ChangeListManager"> <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="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -13,7 +18,11 @@ ...@@ -13,7 +18,11 @@
<option name="LAST_RESOLUTION" value="IGNORE" /> <option name="LAST_RESOLUTION" value="IGNORE" />
</component> </component>
<component name="ExecutionTargetManager" SELECTED_TARGET="Nexus_5X_API_28" /> <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="ProjectId" id="1dG8Atmpf5XvmG8LhweJrquSiAO" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="PropertiesComponent"> <component name="PropertiesComponent">
<property name="dart.analysis.tool.window.force.activate" value="false" /> <property name="dart.analysis.tool.window.force.activate" value="false" />
<property name="io.flutter.reload.alreadyRun" value="true" /> <property name="io.flutter.reload.alreadyRun" value="true" />
...@@ -54,4 +63,15 @@ ...@@ -54,4 +63,15 @@
</task> </task>
<servers /> <servers />
</component> </component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
</project> </project>
\ No newline at end of file
...@@ -26,22 +26,26 @@ ...@@ -26,22 +26,26 @@
</array> </array>
``` ```
## 导入依赖
```dart
import 'package:jdsdk/jdsdk.dart';
```
## 初始化 ## 初始化
```dart ```dart
import 'package:jdsdk/jdsdk.dart';
await Jdsdk.init(appKey: '', appSecret: ''); Jdsdk.init(appKey: '', appSecret: '');
``` ```
## 打开京东任意URL ## 打开京东任意URL
```dart ```dart
import 'package:jdsdk/jdsdk.dart'; Jdsdk.openUrl( url: 'https://item.m.jd.com/product/100009963992.html');
await Jdsdk.openUrl( url: 'https://item.m.jd.com/product/100009963992.html');
``` ```
## 联系方式
QQ:`511644784`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment