Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Pubspec Assist - Visual Studio Code extension that allows you to easily add dependencies to your project.
https://ift.tt/2OrLrn1

Submitted September 16, 2018 at 02:55PM by JaapVermeulen
via reddit https://ift.tt/2QBo9N4
GGroup: Expanding a widget with an animation once request returns
Hi! In my app, I am sending a request to a server to get the contents that a certain tile contains. While the request is made, I'm showing a placeholder tile. Once the request returns, I would like to have the widget expand with an animation. Basically, here's a model of what my code looks like

Submitted September 16, 2018 at 07:25PM by CherryMan
via Flutter Dev https://ift.tt/2CZOVfi
GGroup: Database and videos
How would I put videos on firebase real-time database and cloud database?

Submitted September 16, 2018 at 08:14PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2xozLKs
GGroup: CDN with flutter
Does anyone know where you can find a CDN that can store videos that will work with flutter?

Submitted September 17, 2018 at 12:01AM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2p9yCCO
Reddit: Is anyone able to import assets via folder successfully?
https://ift.tt/2NTVKmV

Submitted September 17, 2018 at 01:05AM by gamelaunchplatform
via reddit https://ift.tt/2xo6xLP
GGroup: How to add font family once for complete app.
Hello Pals, I need to apply font family to my complete app. Just like we do in HTML by applying to body tag. I ready apply font to single widget. Thanks in advanced.

Submitted September 17, 2018 at 07:28AM by Prashant Fepale
via Flutter Dev https://ift.tt/2MCCc1r
GGroup: Assistant inside app
Hi, I am creating an assistant inside my flutter app but, the problem is I m not able to get voice from dialogflow only text is returned so how could I get voice from the dialogflow(API.AI).

Submitted September 17, 2018 at 08:25AM by swapnil kumar
via Flutter Dev https://ift.tt/2MDFHoy
Reddit: Flutter: Hands on (Movie App)
Here is the app that we have created in the Flutter Hands on Saturday.
Simple movie app that demonstarate basic api calling, data parsing and Hero Animation.GitHub Url : https://github.com/ibhavikmakwana/flutter_movie_apphttps://i.redd.it/ajr6mq92grm11.gif

Submitted September 17, 2018 at 10:36AM by ibhavikmakwana
via reddit https://ift.tt/2NlDuTV
GGroup: Loading in web view
How to show loading in web view?

Submitted September 17, 2018 at 07:09PM by Falak Sabbir
via Flutter Dev https://ift.tt/2MF36pD
GGroup: PersistentBottomSheet Closed and Add Multiple
Hi All, Any one can tell me how to add multiple "PersistentBottomSheet" in "StatfullWidget". And how to BottomSheet closed manually example when I click button it should be closed. Please share thought or logic, Thanks in Advance.

Submitted September 17, 2018 at 07:59PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2xtU9to
GGroup: Gap in a ListView
I have created a horizontal list in flutter and want to add a gap between the items. Is there an easy way to achive this?

Submitted September 17, 2018 at 08:22PM by Chris
via Flutter Dev https://ift.tt/2xgSx7o
GGroup: Need a help with this If statement.
What's the problem with this code block. though I clearly mentioned a true in If still it does not executive if block. if((orderList.length -1) < index){ return Container(child: null); } else { dynamic orderItem = orderList[index]; Color _orderStatus = Colors.yellow; if(true) {

Submitted September 18, 2018 at 06:37AM by Prashant Fepale
via Flutter Dev https://ift.tt/2peu2TI