feat: custom spring (#304)

This commit is contained in:
My-Responsitories
2025-02-22 09:56:36 +00:00
committed by GitHub
parent 6506afa732
commit b2c520bd91
14 changed files with 121 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ import 'package:flutter/material.dart';
import 'package:get/get.dart';
import '../../common/widgets/network_img_layer.dart';
import 'controller.dart';
import 'package:PiliPlus/common/widgets/spring_physics.dart';
class EmotePanel extends StatefulWidget {
final Function onChoose;
@@ -36,6 +37,7 @@ class _EmotePanelState extends State<EmotePanel>
children: [
Expanded(
child: TabBarView(
physics: customTabBarViewScrollPhysics,
controller: _emotePanelController.tabController,
children: (loadingState.response as List<Packages>).map(
(e) {