python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SliverAppBar with TabBar and SliverList inside CustomScrollView causes: ScrollController is currently attached to more than one ScrollPosition
Having a SliverAppBar with a TabBar and a list of items, causes the scroll controller to complain.
I have implemented it in the following way,there is a NestedScrollView that has a SliverAppBar, a Sli...
Skylar
Votes: 0
Answers: 1
Flutter: How can I implement Google Maps in locale language?
I want to implement Google Maps in the locale language like the below image. How can I implement it in my Flutter app?
Abhishek Kumar
Votes: 0
Answers: 0
FirebaseProjectNotFoundException: Firebase project id could not be found on this Firebase account
I found this project. After I added to index.html file the following Firebase configuration:
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script type=&quo...
user977828
Votes: 0
Answers: 3
Persistent Navigation Menu using Flutter GetX Routes
I'd like to use the GetX routing management (getPages) but I don't want to load an entirely new scaffold/page each time the route changes - I'd just like to be able to call functions within the widget...
John Mastri
Votes: 0
Answers: 0