@@ -23,14 +23,10 @@ network requests.
2323
2424## Supported Platforms
2525
26- | Platform | Check Connectivity | Listen for Changes |
27- | :------: | :----------------: | :----------------: |
28- | Android | ✅ | ✅ |
29- | iOS | ✅ | ✅ |
30- | macOS | ✅ | ✅ |
31- | Linux | ✅ | ✅ |
32- | Windows | ✅ | ✅ |
33- | Web | ✅ | ✅ |
26+ | Features | Android | iOS | macOS | Linux | Windows | Web |
27+ | :----------------: | :-----: | :-: | :---: | :---: | :-----: | :-: |
28+ | Check Connectivity | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
29+ | Listen for Changes | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
3430
3531## Permissions
3632
@@ -198,7 +194,9 @@ class _MyWidgetState extends State<MyWidget> {
198194}
199195` ` `
200196
201- # ### Default `Uri`s
197+ # # Built-in and Additional URIs
198+
199+ # ## Default `Uri`s
202200
203201The `InternetConnection` class uses the following `Uri`s by default :
204202
@@ -209,7 +207,9 @@ The `InternetConnection` class uses the following `Uri`s by default:
209207| `https://jsonplaceholder.typicode.com/todos/1` | Response time is less than `100ms`, CORS enabled, no-cache |
210208| `https://reqres.in/api/users/1` | Response time is less than `100ms`, CORS enabled, no-cache |
211209
212- # ### Some Tested URIs
210+ # ## Some Tested URIs
211+
212+ The following `Uri`s are tested and work well with the package :
213213
214214| URI | Description |
215215| :-------------------------------------------------- | :--------------------------------------- |
@@ -221,7 +221,7 @@ The `InternetConnection` class uses the following `Uri`s by default:
221221| `https://lenta.ru` | Russia supported, CORS enabled, no-cache |
222222| `https://www.gazeta.ru` | Russia supported, CORS enabled, no-cache |
223223
224- # ## If you liked the package, then please give it a [Like 👍🏼][package] and [Star ⭐][repository]
224+ # # If you liked the package, then please give it a [Like 👍🏼][package] and [Star ⭐][repository]
225225
226226# # Credits
227227
0 commit comments