We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
>=0.70.0.dev0
1 parent a2be29c commit fb43eedCopy full SHA for fb43eed
pyproject.toml
@@ -7,7 +7,7 @@ requires-python = ">=3.10"
7
license = "Apache-2.0"
8
authors = [{ name = "Flet contributors", email = "[email protected]" }]
9
dependencies = [
10
- "flet >=0.70.0",
+ "flet >=0.70.0.dev0",
11
]
12
13
[project.urls]
src/flutter/flet_datatable2/pubspec.yaml
@@ -16,7 +16,7 @@ dependencies:
16
git:
17
url: https://github.com/flet-dev/flet.git
18
path: packages/flet
19
- ref: v1
+ ref: main
20
21
flutter:
22
sdk: flutter
0 commit comments