-
> Please take a minute to read our [NativeScript Code of Conduct](https://github.com/NativeScript/codeofconduct) before proceeding with posting issues or discussing. The purpose of this guide is t…
-
I used [this link](https://asyncawait.wordpress.com/2016/06/16/bottom-menu-for-xamarin-forms-android/comment-page-1/#comment-11) to implement BottomNavigationBar in xamarin forms, I need to have the …
-
Hi,
First, thanks for the nice plugin from my point of view it's a good addition when it comes to usability and quick navigation.
I'm facing an issue that the first button in my list is hidden…
-
I saw this comment for this property... but not sure how to use it ? My app is using Getx
///Allows you to use a global ValueNotifier with the current progress.
///This can be used to hide th…
-
Hello. Thanks for the nice package.
I ran the sample but I get an error, how can I solve this?
```dart
return Scaffold(
appBar: AppBar(
title: Text('Example'),
),
…
-
The websocket server is closed, and the client does not perceive the link closing:
I run the macOS(desktop) version of Flutter on my MacBook and close the lid of my laptop after work.
The next m…
-
-
**Describe the bug**
There is a problem if I use a **listview builder** inside **body**, and added a **BottomNavigationBar**. The body don't respect the screen size and stay behind of bottomNavigatio…
-
If you want to have a bottom navigation bar(CircularNotchedRectangle) with a nice floatingActionButton on all your app sections(pages) but different appBar the only solution is to use nested Scaffolds…
-
### Description
The TabbedPage provide an event called "CurrentPageChanged", which is triggered when user click on Tab1, then on Tab2, etc..
The TabbedPage does not provide event when user click on …