Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit e4e2ac9

Browse files
Pin flet version to >=0.70.0.dev0 (#15)
* pin flet version to ``>=0.70.0.dev0` * Ref `main` branch of Flutter `flet` package repo --------- Co-authored-by: Feodor Fitsner <feodor@appveyor.com>
1 parent b416a29 commit e4e2ac9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [{ name = "Flet contributors", email = "hello@flet.dev" }]
77
license = "Apache-2.0"
88
requires-python = ">=3.10"
99
dependencies = [
10-
"flet >=0.70.0",
10+
"flet >=0.70.0.dev0",
1111
]
1212

1313
[project.urls]

src/flutter/flet_webview/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
git:
2626
url: https://github.com/flet-dev/flet.git
2727
path: packages/flet
28-
ref: v1
28+
ref: main
2929

3030
dev_dependencies:
3131
flutter_test:

0 commit comments

Comments
 (0)