mod: lint

mod: tweaks

opt: publish page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-04 11:37:13 +08:00
parent 2cfad80214
commit caa58e9d7d
313 changed files with 2751 additions and 2789 deletions

View File

@@ -50,7 +50,7 @@ class _FavNoteChildPageState extends State<FavNoteChildPage>
child: Obx(
() => AnimatedSlide(
offset: _favNoteController.enableMultiSelect.value
? Offset(0, -1)
? const Offset(0, -1)
: Offset.zero,
duration: const Duration(milliseconds: 150),
child: Container(
@@ -91,20 +91,19 @@ class _FavNoteChildPageState extends State<FavNoteChildPage>
_favNoteController.handleSelect(
!_favNoteController.allSelected.value);
},
child: Padding(
padding: const EdgeInsets.only(
child: const Padding(
padding: EdgeInsets.only(
top: 14,
bottom: 14,
right: 12,
),
child: const Text('全选'),
child: Text('全选'),
),
),
const Spacer(),
FilledButton.tonal(
style: TextButton.styleFrom(
visualDensity:
VisualDensity(horizontal: -2, vertical: -2),
visualDensity: VisualDensity.compact,
tapTargetSize: MaterialTapTargetSize.shrinkWrap,
),
onPressed: () {