-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: update a couple of readmes * use initial commit which is probably better * docs: udpate readme
- Loading branch information
Showing
3 changed files
with
60 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,52 @@ | ||
The finder is available via the jitpack below: https://jitpack.io/#appium/appium-flutter-driver | ||
# AppiumFlutterFinder | ||
|
||
Kotlin finder elements for https://github.com/appium/appium-flutter-driver | ||
|
||
## Installation | ||
|
||
This is available via Jitpack, or the local dependencies. | ||
|
||
https://jitpack.io/#appium/appium-flutter-driver | ||
|
||
An example of snapshot of the `main`. | ||
|
||
- `settings.gradle` | ||
```groovy | ||
dependencyResolutionManagement { | ||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) | ||
repositories { | ||
mavenCentral() | ||
maven { url 'https://jitpack.io' } | ||
} | ||
} | ||
``` | ||
|
||
- gradle file | ||
```groovy | ||
dependencies { | ||
testImplementation 'com.github.appium:appium-flutter-driver:main-SNAPSHOT' | ||
} | ||
``` | ||
|
||
```groovy | ||
dependencies { | ||
testImplementation 'com.github.appium:appium-flutter-driver:kotlin-finder-0.0.7' | ||
} | ||
``` | ||
|
||
|
||
Please check https://docs.jitpack.io/ for more details about the jitpack usage. | ||
|
||
## Package name | ||
|
||
`pro.truongsinh.appium_flutter` is this project's package name space. | ||
|
||
## Changlogs | ||
|
||
- 0.0.7 | ||
- Available via jitpack | ||
|
||
# Other Java implementations | ||
|
||
- https://github.com/ashwithpoojary98/javaflutterfinder | ||
- https://github.com/5v1988/appium-flutter-client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters