File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 Jeroen1602
3+ Copyright (c) 2021-2024 Jeroen1602
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ packages:
113113 path: ".."
114114 relative: true
115115 source: path
116- version: "0.2.4 "
116+ version: "1.0.0 "
117117 flutter_web_plugins:
118118 dependency: transitive
119119 description: flutter
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ description: Demonstrates how to use the flutter_web_bluetooth plugin.
55# pub.dev using `pub publish`. This is preferred for private packages.
66publish_to : ' none' # Remove this line if you wish to publish to pub.dev
77
8- version : 15 .0.0+15
8+ version : 16 .0.0+16
99
1010environment :
11- sdk : " >=3.5.3 <4.0.0"
11+ sdk : " >=3.5.4 <4.0.0"
1212
1313dependencies :
14- convert : ^3.1.1
14+ convert : ^3.1.2
1515 flutter :
1616 sdk : flutter
1717 flutter_linkify : ^6.0.0
@@ -22,9 +22,9 @@ dependencies:
2222 # The example app is bundled with the plugin so we use a path dependency on
2323 # the parent directory to use the current plugin's version.
2424 path : ../
25- package_info_plus : ^8.0.2
25+ package_info_plus : ^8.1.1
2626 rxdart : ^0.28.0
27- url_launcher : ^6.3.0
27+ url_launcher : ^6.3.1
2828 web : ^1.1.0
2929 web_browser_detect : ^2.0.3
3030 yaml : ^3.1.2
Original file line number Diff line number Diff line change 11name : flutter_web_bluetooth
22description : A library to use the web bluetooth api in your web project. Will play nice if used in IO projects.
3- version : 0.2.4
3+ version : 1.0.0
44homepage : https://github.com/jeroen1602/flutter_web_bluetooth/
55repository : https://github.com/jeroen1602/flutter_web_bluetooth/
66issue_tracker : https://github.com/jeroen1602/flutter_web_bluetooth/issues/
You can’t perform that action at this time.
0 commit comments