We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.1.7
No response
import 'package:flutter/material.dart'; import 'package:tdesign_flutter/tdesign_flutter.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: ThemeData( colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), useMaterial3: true, ), home: Scaffold( bottomNavigationBar: TDBottomTabBar(TDBottomTabBarBasicType.iconText, navigationTabs: [ TDBottomTabBarTabConfig( onTap: () {}, selectedIcon: const Icon(TDIcons.server), unselectedIcon: const Icon(TDIcons.server), tabText: 'Servers'), TDBottomTabBarTabConfig( onTap: () {}, selectedIcon: const Icon(TDIcons.user), unselectedIcon: const Icon(TDIcons.user), tabText: 'Profile'), ]), ), ); } }
3.24.0
Redmi K70 Pro / Windows
Android 14 / Windows 11
可以调大barHeight修复,但是期望默认就是好的
The text was updated successfully, but these errors were encountered:
👋 @fishwithwater,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。
No branches or pull requests
tdesign-flutter 版本
0.1.7
重现链接
No response
重现步骤
期望结果
No response
实际结果
Flutter版本
3.24.0
设备与机型信息
Redmi K70 Pro / Windows
系统版本
Android 14 / Windows 11
补充说明
可以调大barHeight修复,但是期望默认就是好的
The text was updated successfully, but these errors were encountered: