Skip to content

Commit

Permalink
Fix links, formatting and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rekire committed Apr 7, 2024
1 parent ba88ae4 commit 90974b5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ also to define a [`_config.yaml`][config-yaml].
If you want to test your own setup use the
[Statement List Generator and Tester][asset-links-generator].

As simple check if the linking works fine check [this link][test-deeplink], if
that opens in chrome the example app without an intent chooser then this works.
As simple check if the linking works fine check [this link][test-deeplink] **on
your Android phone**, if that opens in Chrome the Example App without an Intent
Chooser then this works correctly.

### iOS and MacOS

Expand Down Expand Up @@ -157,7 +158,7 @@ Autologin is not supported yet, since I am not aware of any API for that.
[App Links]: https://developer.android.com/training/app-links/index.html
[Kotlin]: https://kotlinlang.org
[Coroutines]: https://kotlinlang.org/docs/coroutines-guide.html
[activity-lifecycle]: https://developer.android.com/guide/components/activities/activity-lifecycle
[Activity Lifecycle]: https://developer.android.com/guide/components/activities/activity-lifecycle
[Android Jetpack]: https://developer.android.com/jetpack
[lifecycle-api]: https://developer.android.com/reference/androidx/lifecycle/Lifecycle
[LifecycleOwner]: https://developer.android.com/reference/androidx/lifecycle/LifecycleOwner
Expand Down
8 changes: 5 additions & 3 deletions autologin_android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This package is [endorsed][endorsed_link], which means you can simply use
when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package to use any of its APIs directly, you should
add it to your pubspec.yaml as usual.
add it to your `pubspec.yaml` as usual.

# Installation

Expand Down Expand Up @@ -56,8 +56,9 @@ also to define a [`_config.yaml`][config-yaml].
If you want to test your own setup use the
[Statement List Generator and Tester][asset-links-generator].

As simple check if the linking works fine check [this link][test-deeplink], if
that opens in chrome the example app without an intent chooser then this works.
As simple check if the linking works fine check [this link][test-deeplink] **on
your Android phone**, if that opens in Chrome the Example App without an Intent
Chooser then this works correctly.


[endorsed_link]: https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin
Expand All @@ -66,6 +67,7 @@ that opens in chrome the example app without an intent chooser then this works.
[App Links]: https://developer.android.com/training/app-links/index.html
[Kotlin]: https://kotlinlang.org
[Coroutines]: https://kotlinlang.org/docs/coroutines-guide.html
[Activity Lifecycle]: https://developer.android.com/guide/components/activities/activity-lifecycle
[Android Jetpack]: https://developer.android.com/jetpack
[lifecycle-api]: https://developer.android.com/reference/androidx/lifecycle/Lifecycle
[LifecycleOwner]: https://developer.android.com/reference/androidx/lifecycle/LifecycleOwner
Expand Down
2 changes: 1 addition & 1 deletion autologin_darwin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This package is [endorsed][endorsed_link], which means you can simply use
when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package to use any of its APIs directly, you should
add it to your pubspec.yaml as usual.
add it to your `pubspec.yaml` as usual.

# Installation

Expand Down
4 changes: 2 additions & 2 deletions autologin_linux/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# autologin_linux

The Linux implementation of [`autologin`](https://pub.dev/packages/autologin].
The Linux implementation of [`autologin`](https://pub.dev/packages/autologin).

## Usage

Expand All @@ -9,6 +9,6 @@ This package is [endorsed][endorsed_link], which means you can simply use
when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package to use any of its APIs directly, you should
add it to your pubspec.yaml as usual.
add it to your `pubspec.yaml` as usual.

[endorsed_link]: https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin
2 changes: 1 addition & 1 deletion autologin_web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ This package is [endorsed][endorsed_link], which means you can simply use
when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package to use any of its APIs directly, you should
add it to your pubspec.yaml as usual.
add it to your `pubspec.yaml` as usual.

[endorsed_link]: https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin

0 comments on commit 90974b5

Please sign in to comment.