Skip to content

Commit 5d21f88

Browse files
Bump Flutter deps for Flet 0.14.0 (#2153)
* Bump Flet package deps * Bump Flet version to 0.14.0 * Added `SelectionArea` control to changelog
1 parent cbb434b commit 5d21f88

File tree

4 files changed

+39
-49
lines changed

4 files changed

+39
-49
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Flet changelog
22

3+
# 0.14.0
4+
5+
* `SelectionArea` control ([docs](https://flet.dev/docs/controls/selectionarea)).
6+
* `SegmentedButton` control ([docs](https://flet.dev/docs/controls/segmentedbutton)).
7+
* `ExpansionTile` control ([docs](https://flet.dev/docs/controls/expansiontile)).
8+
* `BottomAppBar` control ([docs](https://flet.dev/docs/controls/bottomappbar)).
9+
* Add console as a build argument ([#2146](https://github.com/flet-dev/flet/issues/2146)).
10+
* `--uac-admin` flag added to `flet pack` command ([#2149](https://github.com/flet-dev/flet/issues/2149)).
11+
* Bump Flutter dependencies.
12+
313
# 0.13.0
414

515
* `Dismissible` Control ([#2124](https://github.com/flet-dev/flet/issues/2124)).

client/pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,25 +165,25 @@ packages:
165165
dependency: transitive
166166
description:
167167
name: file_picker
168-
sha256: be325344c1f3070354a1d84a231a1ba75ea85d413774ec4bdf444c023342e030
168+
sha256: "4e42aacde3b993c5947467ab640882c56947d9d27342a5b6f2895b23956954a6"
169169
url: "https://pub.dev"
170170
source: hosted
171-
version: "5.5.0"
171+
version: "6.1.1"
172172
fl_chart:
173173
dependency: transitive
174174
description:
175175
name: fl_chart
176-
sha256: "6b9eb2b3017241d05c482c01f668dd05cc909ec9a0114fdd49acd958ff2432fa"
176+
sha256: "5a74434cc83bf64346efb562f1a06eefaf1bcb530dc3d96a104f631a1eff8d79"
177177
url: "https://pub.dev"
178178
source: hosted
179-
version: "0.64.0"
179+
version: "0.65.0"
180180
flet:
181181
dependency: "direct main"
182182
description:
183183
path: "../package"
184184
relative: true
185185
source: path
186-
version: "0.13.0"
186+
version: "0.14.0"
187187
flutter:
188188
dependency: "direct main"
189189
description: flutter
@@ -277,10 +277,10 @@ packages:
277277
dependency: transitive
278278
description:
279279
name: http
280-
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2"
280+
sha256: d4872660c46d929f6b8a9ef4e7a7eff7e49bbf0c4ec3f385ee32df5119175139
281281
url: "https://pub.dev"
282282
source: hosted
283-
version: "0.13.6"
283+
version: "1.1.2"
284284
http_parser:
285285
dependency: transitive
286286
description:

package/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.14.0
2+
3+
* `SelectionArea` control ([docs](https://flet.dev/docs/controls/selectionarea)).
4+
* `SegmentedButton` control ([docs](https://flet.dev/docs/controls/segmentedbutton)).
5+
* `ExpansionTile` control ([docs](https://flet.dev/docs/controls/expansiontile)).
6+
* `BottomAppBar` control ([docs](https://flet.dev/docs/controls/bottomappbar)).
7+
* Add console as a build argument ([#2146](https://github.com/flet-dev/flet/issues/2146)).
8+
* `--uac-admin` flag added to `flet pack` command ([#2149](https://github.com/flet-dev/flet/issues/2149)).
9+
* Bump Flutter dependencies.
10+
111
# 0.13.0
212

313
* `Dismissible` Control ([#2124](https://github.com/flet-dev/flet/issues/2124)).

package/pubspec.yaml

Lines changed: 12 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flet
22
description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/flet
5-
version: 0.13.0
5+
version: 0.14.0
66

77
# This package supports all platforms listed below.
88
platforms:
@@ -23,65 +23,35 @@ dependencies:
2323
redux: ^5.0.0
2424
flutter_redux: ^0.10.0
2525
equatable: ^2.0.3
26-
web_socket_channel: ^2.1.0
27-
window_manager: ^0.3.2
28-
http: ^0.13.3
26+
web_socket_channel: ^2.4.0
27+
window_manager: ^0.3.7
28+
http: ^1.1.2
2929
collection: ^1.16.0
3030
url_launcher: ^6.1.5
31-
flutter_markdown: ^0.6.14
31+
flutter_markdown: ^0.6.18+2
3232
flutter_highlight: ^0.7.0
3333
highlight: ^0.7.0
34-
markdown: ^7.0.0
35-
file_picker: ^5.3.4
34+
markdown: ^7.1.1
35+
file_picker: ^6.1.1
3636
shared_preferences: ^2.0.15
37-
flutter_svg: ^2.0.7
37+
flutter_svg: ^2.0.9
3838
window_to_front: ^0.0.3
39-
audioplayers: ^5.1.0
39+
audioplayers: ^5.2.1
4040
shake: ^2.2.0
4141
path: ^1.8.2
4242
js: ^0.6.5
43-
fl_chart: ^0.64.0
43+
fl_chart: ^0.65.0
4444

4545
webview_flutter: ^4.2.4
4646

4747
dev_dependencies:
4848
flutter_test:
4949
sdk: flutter
50-
flutter_lints: ^2.0.0
50+
flutter_lints: ^3.0.1
5151

52-
# For information on the generic Dart part of this file, see the
53-
# following page: https://dart.dev/tools/pub/pubspec
54-
55-
# The following section is specific to Flutter packages.
5652
flutter:
5753

5854
# To add assets to your package, add an assets section, like this:
5955
# assets:
6056
# - images/a_dot_burr.jpeg
61-
# - images/a_dot_ham.jpeg
62-
#
63-
# For details regarding assets in packages, see
64-
# https://flutter.dev/assets-and-images/#from-packages
65-
#
66-
# An image asset can refer to one or more resolution-specific "variants", see
67-
# https://flutter.dev/assets-and-images/#resolution-aware
68-
69-
# To add custom fonts to your package, add a fonts section here,
70-
# in this "flutter" section. Each entry in this list should have a
71-
# "family" key with the font family name, and a "fonts" key with a
72-
# list giving the asset and other descriptors for the font. For
73-
# example:
74-
# fonts:
75-
# - family: Schyler
76-
# fonts:
77-
# - asset: fonts/Schyler-Regular.ttf
78-
# - asset: fonts/Schyler-Italic.ttf
79-
# style: italic
80-
# - family: Trajan Pro
81-
# fonts:
82-
# - asset: fonts/TrajanPro.ttf
83-
# - asset: fonts/TrajanPro_Bold.ttf
84-
# weight: 700
85-
#
86-
# For details regarding fonts in packages, see
87-
# https://flutter.dev/custom-fonts/#from-packages
57+
# - images/a_dot_ham.jpeg

0 commit comments

Comments
 (0)