@@ -2,7 +2,7 @@ name: flet
22description : Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33homepage : https://flet.dev
44repository : 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.
88platforms :
@@ -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
4747dev_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.
5652flutter :
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