Commit 032e9bc
Nguyễn Tuấn Việt
fix(analysis): remove unused key param, replace fontWeight.index with .value
render_table.dart: _TableDepthExceededPlaceholder is private and never
constructed with an explicit key — remove unused optional parameter.
udt_serializer.dart: FontWeight.index is deprecated in Flutter 3.41.x.
Use FontWeight.value which returns the CSS weight (100-900) directly.1 parent 4f4805f commit 032e9bc
File tree
2 files changed
+2
-2
lines changed- packages
- hyper_render_core/lib/src/core
- hyper_render_devtools/lib/src
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments