File tree Expand file tree Collapse file tree 8 files changed +24
-6
lines changed Expand file tree Collapse file tree 8 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 559
559
"contributions" : [
560
560
" code"
561
561
]
562
+ },
563
+ {
564
+ "login" : " thearaks" ,
565
+ "name" : " Mattia Aracne" ,
566
+ "avatar_url" : " https://avatars.githubusercontent.com/u/5188791?v=4" ,
567
+ "profile" : " https://github.com/thearaks" ,
568
+ "contributions" : [
569
+ " code"
570
+ ]
562
571
}
563
572
]
564
573
}
Original file line number Diff line number Diff line change 3
3
<a href =" https://github.com/flutternetwork/WiFiFlutter/actions?query=workflow%3Aall_plugins " >
4
4
<img src="https://github.com/flutternetwork/WiFiFlutter/workflows/all_plugins/badge.svg" alt="all_plugins GitHub Workflow Status"/>
5
5
</a ><!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
6
- <a href =" https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors- " ><img src =" https://img.shields.io/badge/all_contributors-55 -orange.svg " alt =" All Contributors " /></a >
6
+ <a href =" https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors- " ><img src =" https://img.shields.io/badge/all_contributors-56 -orange.svg " alt =" All Contributors " /></a >
7
7
<!-- ALL-CONTRIBUTORS-BADGE:END -->
8
8
9
9
Original file line number Diff line number Diff line change 1
1
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2
- <a href =" https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors- " ><img src =" https://img.shields.io/badge/all_contributors-55 -orange.svg " alt =" All Contributors " /></a >
2
+ <a href =" https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors- " ><img src =" https://img.shields.io/badge/all_contributors-56 -orange.svg " alt =" All Contributors " /></a >
3
3
<!-- ALL-CONTRIBUTORS-BADGE:END -->
4
4
5
5
## Contributors ✨
@@ -79,6 +79,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
79
79
</tr>
80
80
<tr>
81
81
<td align="center" valign="top" width="11.11%"><a href="https://github.com/weitsai"><img src="https://avatars.githubusercontent.com/u/1283491?v=4?s=100" width="100px;" alt="蔡佳緯"/><br /><sub><b>蔡佳緯</b></sub></a><br /><a href="https://github.com/flutternetwork/WiFiFlutter/commits?author=weitsai" title="Code">💻</a></td>
82
+ <td align="center" valign="top" width="11.11%"><a href="https://github.com/thearaks"><img src="https://avatars.githubusercontent.com/u/5188791?v=4?s=100" width="100px;" alt="Mattia Aracne"/><br /><sub><b>Mattia Aracne</b></sub></a><br /><a href="https://github.com/flutternetwork/WiFiFlutter/commits?author=thearaks" title="Code">💻</a></td>
82
83
</tr>
83
84
</tbody >
84
85
</table >
Original file line number Diff line number Diff line change 14
14
<a href =" https://codecov.io/gh/flutternetwork/WiFiFlutter/ " >
15
15
<img src="https://codecov.io/gh/flutternetwork/WiFiFlutter/graph/badge.svg" alt="all_plugins Coverage"/>
16
16
</a ><!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
17
- <a href =" https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors- " ><img src =" https://img.shields.io/badge/all_contributors-55 -orange.svg " alt =" All Contributors " /></a >
17
+ <a href =" https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors- " ><img src =" https://img.shields.io/badge/all_contributors-56 -orange.svg " alt =" All Contributors " /></a >
18
18
<!-- ALL-CONTRIBUTORS-BADGE:END -->
19
19
<a href =" https://gitter.im/flutternetwork/WiFiFlutter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge " >
20
20
<img src="https://badges.gitter.im/flutternetwork/WiFiFlutter.svg" alt="Join the chat at https://gitter.im/flutternetwork/WiFiFlutter]">
Original file line number Diff line number Diff line change
1
+ ## 0.3.19
2
+
3
+ - ** CHORE** : Update Gradle to 8.2 and AGP to 8.2.0 (#360 )
4
+
1
5
## 0.3.18+1
2
6
3
- - ** FIX** (wifi_iot) : multiple triggering issue of NetworkCallback on Android 10 (#344 ).
7
+ - ** FIX** : multiple triggering issue of NetworkCallback on Android 10 (#344 ).
4
8
5
9
## 0.3.18
6
10
Original file line number Diff line number Diff line change 1
1
name : wifi_iot
2
2
description : Flutter plugin which can handle WiFi connections and hotspot (AP, STA)
3
- version : 0.3.18+1
3
+ version : 0.3.19
4
4
homepage : https://github.com/flutternetwork/WiFiFlutter/tree/master/packages/wifi_iot
5
5
6
6
flutter :
Original file line number Diff line number Diff line change
1
+ ## 0.4.1
2
+ -
3
+ - ** CHORE** : Update Gradle to 8.2 and AGP to 8.2.0 (#360 )
4
+
1
5
## 0.4.0+2
2
6
3
7
- ** FIX** : ci failures.
Original file line number Diff line number Diff line change 1
1
name : wifi_scan
2
2
description : Flutter plugin to scan for nearby visible WiFi access points.
3
- version : 0.4.0+2
3
+ version : 0.4.1
4
4
homepage : https://github.com/flutternetwork/WiFiFlutter/tree/master/packages/wifi_scan
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments