File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/flutter/flet_permission_handler Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " flet-permission-handler"
3
3
version = " 0.2.0"
4
- description = " PermissionHandler control for Flet "
4
+ description = " A Flet extension that simplifies working with permissions in your app. "
5
5
readme = " README.md"
6
6
authors = [
7
7
{
name =
" Flet contributors" ,
email =
" [email protected] " }
8
8
]
9
9
license = " Apache-2.0"
10
10
requires-python = " >=3.10"
11
11
dependencies = [
12
- " flet >=0.70.0" ,
12
+ " flet >=0.70.0.dev0 " ,
13
13
]
14
14
15
15
[project .urls ]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies:
21
21
git :
22
22
url : https://github.com/flet-dev/flet.git
23
23
path : packages/flet
24
- ref : v1
24
+ ref : main
25
25
26
26
dev_dependencies :
27
27
flutter_test :
You can’t perform that action at this time.
0 commit comments