-
Please provide:
- Link to build log from https://jitpack.io
- Does the project build on your machine with **the same** commands (e.g. ./gradlew install) ?
- What error are you seeing?
Than…
-
---
| Field | Description |
| ------ | --------------------------------- |
| About | Add Additional widgets|
| Github | LeShaurya|
| Email |raoljishauryadeep@gmail.…
-
Great work on this widget!
I'm trying to get it to work with my app, but my app implements the bottomNavigationBar of Scaffold, and I think this is causing the vertical positions of the overlays …
-
### Use case
In landscape mode on taller devices having 3 to 4 destinations present a bad UI by expanding all destinations to take the full width. Without having a fixed width option, we are forced…
-
Makes sense to add a scrolling behavior to the `BottomNavigationBar` for better visibility
Here's the link to the article: https://android.jlelse.eu/scroll-your-bottom-navigation-view-away-with-10-…
-
### tdesign-flutter 版本
0.1.7
### 重现链接
_No response_
### 重现步骤
```dart
import 'package:flutter/material.dart';
import 'package:tdesign_flutter/tdesign_flutter.dart';
void main() {
runApp(co…
-
# BottomNavigationViewコンポーネント
# 懸念点
> ここで注意したいのが、Fragmentの切り替え方です。Web上で見つかるコードは、以下のようなreplaceで書かれていることが多いですが、replaceで切り替えると、表示ごとにFragmentの状態が初期化されてしまうため、各アイテムの状態を保つことができません。replaceは内部的にremove、…
-
Hello.
I install your package from NuGet.
I try to add `using BottomNavigationBar;` but I have error.
Any advises how to solve this?
![image](https://cloud.githubusercontent.com/assets/13189289/1…
-
### Current behaviour
React 18.3 adds a warning about spreading props containing a "key" prop (https://github.com/facebook/react/pull/25697). Current version of React Native uses 18.2, but I think we…
-
The splash color disappears when the tooltip appears, needs to be like the native (Bottom Navigation Bar).
theme: ThemeData(
highlightColor: Colors.transparent,
splashFactory: InkRipple.splashFac…