-
Hi, we spoke on reddit a bit before. I'm a fan of Ionic and Svelte and want this to take off, so if there's something I can work on, let me know.
Cheers
-
actually it can not be possible detect when a TabBarView change the current page with a swipe gesture, it only notifies in the onTap property of TabBar, this is frustrating because we can not sync up …
-
I got this problem when want to play a video in my flutter `web app`, when i play the video it redirect me to `video_player.dart` page and exactly to the highlighted line.
>/// Attempts to play …
-
Hello!
We are a fairly complex application looking to incorporate Pulley into our MapBox view controller and a form of a pin detail view controller. I'm having issues setting up Pulley into our sys…
-
* マイページ
* ログイン画面での認証機能
* 認証したユーザーの情報表示
* フォロー・フォロワーリストへの遷移
* ページネーション実装
-
In any Xamarin forms shell app for example Xanimals, when I set the shell colors as follows:
-
## New Feature - TabController disable Slide Transition
Ability to Disable or change the Horizontal Slide Transition when changing Tabs. I would like to switch pages by Fading instead of sliding le…
-
It looks like multiple `Scaffolds` in the app cause the screen size size reduced multiple times when keyboard shows up.
Below is an example where there are 2 scaffolds (1 for main view and 1 for ta…
-
I want to use a `TabBar` and a `BottomNavigationBar` to control the same `TabBarView` whose body is a list of custom widget `RankingTable` (only put one in the demo and using a Text widget as the 2nd …
-
Usecase - In my app screen I need a scrollview(outer scrollview) with 3 card(fixed size) the last card contains Tabbarview inside of which I need a scroll view (inner scrollview).
For scrollviews I…