Commit 9ee18afa authored by wuchaowen's avatar wuchaowen

modify gitignore

parent 38181890
......@@ -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
......@@ -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
......@@ -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`
......
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