Commit 0310503
authored
* Wrap control in _badge
* Update create_control.dart
* parseBadge function
* Update badge_util.dart
* Create badge_util.py
* Update badge_util.py
* String badge works
* renamed budge to badge_old
* renamed badge_util to badge
* renamed Badge to BadgeOld
* renamed Badgeutil to Badge
* Update badge.dart
* Update badge.py
* Update badge.dart
* offset
* alignment
* bgcolor
* large_size
* padding
* small_size and label
* text_color
* text_style
* cleanup
* badge property for controls
* added badge property to controls
also fixed tooltip for Semantics
* badge property for controls
* badge to NavigationDestination, NavigationDrawerDestination, NavigationRailDestination
* deleted old badge files
* removed badge from NavigationDestination, NavigationBarDestination, NavigationRailDestination
* Optional removed from BadgeValue
1 parent 8fa4706 commit 0310503
File tree
86 files changed
+512
-471
lines changed- client
- packages/flet/lib/src
- controls
- utils
- sdk/python/packages/flet-core/src/flet_core
- charts
- map
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
86 files changed
+512
-471
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1354 | 1354 | | |
1355 | 1355 | | |
1356 | 1356 | | |
1357 | | - | |
| 1357 | + | |
1358 | 1358 | | |
1359 | 1359 | | |
1360 | | - | |
| 1360 | + | |
1361 | 1361 | | |
1362 | 1362 | | |
1363 | 1363 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | 264 | | |
273 | 265 | | |
274 | 266 | | |
| |||
1026 | 1018 | | |
1027 | 1019 | | |
1028 | 1020 | | |
1029 | | - | |
1030 | | - | |
1031 | | - | |
1032 | | - | |
1033 | | - | |
1034 | | - | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
1035 | 1026 | | |
1036 | | - | |
| 1027 | + | |
1037 | 1028 | | |
1038 | | - | |
1039 | | - | |
1040 | | - | |
1041 | | - | |
1042 | | - | |
1043 | | - | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
1044 | 1039 | | |
1045 | 1040 | | |
1046 | 1041 | | |
| |||
1055 | 1050 | | |
1056 | 1051 | | |
1057 | 1052 | | |
| 1053 | + | |
1058 | 1054 | | |
1059 | 1055 | | |
1060 | 1056 | | |
| |||
1091 | 1087 | | |
1092 | 1088 | | |
1093 | 1089 | | |
1094 | | - | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
1095 | 1097 | | |
1096 | 1098 | | |
1097 | 1099 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments