Skip to content

Commit 9a7c8d2

Browse files
committed
Switch flet dependency to Git source
Changed the flet package source from a versioned release to a Git repository reference, pointing to the main branch of the official flet-dev/flet repository. This allows for using the latest code from the repository.
1 parent 8cf22dc commit 9a7c8d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/serious_python/example/flet_example/pubspec.yaml

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

38-
flet: ^0.26.0
38+
flet:
39+
git:
40+
path: packages/flet
41+
ref: main
42+
url: https://github.com/flet-dev/flet.git
3943

4044
path: ^1.8.3
4145
url_strategy: ^0.2.0

0 commit comments

Comments
 (0)