Upgrade dependencies after upgrade Flutter 3.22.2

This commit is contained in:
DatDang
2024-07-09 11:32:42 +07:00
committed by Dat H. Pham
parent 1b70226c0f
commit e8eb67bf63
58 changed files with 552 additions and 326 deletions
@@ -93,7 +93,6 @@ class IdentitiesRadioListBuilder extends StatelessWidget {
child: Obx(() => FadingEdgeScrollView.fromScrollView(
gradientFractionOnStart: 0.3,
gradientFractionOnEnd: 0.3,
shouldDisposeScrollController: true,
child: ListView.builder(
controller: ScrollController(),
padding: const EdgeInsets.only(right: 12.0),