Skip to content

Commit f6a1c32

Browse files
committed
Add description
1 parent 607a753 commit f6a1c32

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

pubspec.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ packages:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
40+
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.17.1"
43+
version: "1.17.2"
4444
fake_async:
4545
dependency: transitive
4646
description:
@@ -67,14 +67,6 @@ packages:
6767
description: flutter
6868
source: sdk
6969
version: "0.0.0"
70-
js:
71-
dependency: transitive
72-
description:
73-
name: js
74-
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
75-
url: "https://pub.dev"
76-
source: hosted
77-
version: "0.6.7"
7870
lints:
7971
dependency: transitive
8072
description:
@@ -87,18 +79,18 @@ packages:
8779
dependency: transitive
8880
description:
8981
name: matcher
90-
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
82+
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
9183
url: "https://pub.dev"
9284
source: hosted
93-
version: "0.12.15"
85+
version: "0.12.16"
9486
material_color_utilities:
9587
dependency: transitive
9688
description:
9789
name: material_color_utilities
98-
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
90+
sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41"
9991
url: "https://pub.dev"
10092
source: hosted
101-
version: "0.2.0"
93+
version: "0.5.0"
10294
meta:
10395
dependency: transitive
10496
description:
@@ -132,10 +124,10 @@ packages:
132124
dependency: transitive
133125
description:
134126
name: source_span
135-
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
127+
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
136128
url: "https://pub.dev"
137129
source: hosted
138-
version: "1.9.1"
130+
version: "1.10.0"
139131
stack_trace:
140132
dependency: transitive
141133
description:
@@ -172,10 +164,10 @@ packages:
172164
dependency: transitive
173165
description:
174166
name: test_api
175-
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
167+
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
176168
url: "https://pub.dev"
177169
source: hosted
178-
version: "0.5.1"
170+
version: "0.6.0"
179171
vector_math:
180172
dependency: transitive
181173
description:
@@ -184,6 +176,14 @@ packages:
184176
url: "https://pub.dev"
185177
source: hosted
186178
version: "2.1.4"
179+
web:
180+
dependency: transitive
181+
description:
182+
name: web
183+
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
184+
url: "https://pub.dev"
185+
source: hosted
186+
version: "0.1.4-beta"
187187
sdks:
188-
dart: ">=3.0.5 <4.0.0"
188+
dart: ">=3.1.0-185.0.dev <4.0.0"
189189
flutter: ">=3.3.0"

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: wiflutter
22
description: |
3-
Control Wi-Fi in Flutter like a boss.
4-
Take the reins of connectivity for Android and iOS with swagger –
5-
connect, disconnect, and snag SSIDs effortlessly.
6-
Your Wi-Fi, your rules – boss mode activated!
3+
Control Wi-Fi in Flutter like a boss.
4+
Take the reins of connectivity for Android and iOS with swagger –
5+
connect, disconnect, and snag SSIDs effortlessly.
6+
Your Wi-Fi, your rules – boss mode activated!
77
88
repository: https://github.com/hearsilent/WiFlutter
99
homepage: https://pub.dev/packages/wiflutter

0 commit comments

Comments
 (0)