Skip to content

Commit 6c492f0

Browse files
committed
Fix flet_example
1 parent 330f748 commit 6c492f0

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
38d13bd278eb4caaeb5e32a97d2cdf33f0172a9a4945f78f5317723dfbebf844
1+
cc3d88a7793723d9bdec03813d7a47d758276bef6e78107138fd0acb7d386fca

src/serious_python/example/flet_example/app/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import urllib.request
55

66
import flet as ft
7-
from flet_core.version import version
7+
from flet.version import version
88

99
# logging.basicConfig(level=logging.DEBUG)
1010

src/serious_python/example/flet_example/pubspec.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,18 @@ packages:
125125
dependency: transitive
126126
description:
127127
name: fl_chart
128-
sha256: "5a74434cc83bf64346efb562f1a06eefaf1bcb530dc3d96a104f631a1eff8d79"
128+
sha256: d0f0d49112f2f4b192481c16d05b6418bd7820e021e265a3c22db98acf7ed7fb
129129
url: "https://pub.dev"
130130
source: hosted
131-
version: "0.65.0"
131+
version: "0.68.0"
132132
flet:
133133
dependency: "direct main"
134134
description:
135135
name: flet
136-
sha256: "73c0c3b358f510728d4054067c411f962cfd106cca44c23bf6d915660e7c9715"
136+
sha256: "8029d954c7444b97c2426a229d1b4878129429dc6fb2336677dd072051606506"
137137
url: "https://pub.dev"
138138
source: hosted
139-
version: "0.23.2"
139+
version: "0.24.1"
140140
flutter:
141141
dependency: "direct main"
142142
description: flutter
@@ -172,10 +172,10 @@ packages:
172172
dependency: transitive
173173
description:
174174
name: flutter_markdown
175-
sha256: "04c4722cc36ec5af38acc38ece70d22d3c2123c61305d555750a091517bbe504"
175+
sha256: f0e599ba89c9946c8e051780f0ec99aba4ba15895e0380a7ab68f420046fc44e
176176
url: "https://pub.dev"
177177
source: hosted
178-
version: "0.6.23"
178+
version: "0.7.4+1"
179179
flutter_plugin_android_lifecycle:
180180
dependency: transitive
181181
description:
@@ -482,42 +482,42 @@ packages:
482482
path: "../.."
483483
relative: true
484484
source: path
485-
version: "0.8.0"
485+
version: "0.8.2"
486486
serious_python_android:
487487
dependency: transitive
488488
description:
489489
path: "../../../serious_python_android"
490490
relative: true
491491
source: path
492-
version: "0.8.0"
492+
version: "0.8.2"
493493
serious_python_darwin:
494494
dependency: transitive
495495
description:
496496
path: "../../../serious_python_darwin"
497497
relative: true
498498
source: path
499-
version: "0.8.0"
499+
version: "0.8.2"
500500
serious_python_linux:
501501
dependency: transitive
502502
description:
503503
path: "../../../serious_python_linux"
504504
relative: true
505505
source: path
506-
version: "0.8.0"
506+
version: "0.8.2"
507507
serious_python_platform_interface:
508508
dependency: transitive
509509
description:
510510
path: "../../../serious_python_platform_interface"
511511
relative: true
512512
source: path
513-
version: "0.8.0"
513+
version: "0.8.2"
514514
serious_python_windows:
515515
dependency: transitive
516516
description:
517517
path: "../../../serious_python_windows"
518518
relative: true
519519
source: path
520-
version: "0.8.0"
520+
version: "0.8.2"
521521
shared_preferences:
522522
dependency: transitive
523523
description:

src/serious_python/example/flet_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
serious_python:
3636
path: ../../
3737

38-
flet: ^0.23.0
38+
flet: ^0.24.1
3939

4040
path: ^1.8.3
4141
url_strategy: ^0.2.0

0 commit comments

Comments
 (0)