Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
GGroup: How to make search TextField in Appbar's Bottom
[image: tempsnip.png] How I can do this in Appbar's bottom ? Thank you !

Submitted September 18, 2018 at 10:07AM by Rakesh Lanjewar
via Flutter Dev https://ift.tt/2NmCRsY
GGroup: Bluetooth Printer with Flutter
Hi Team, I'm developers and Trainer of Flutter in Indonesian and also create community Cybereye Community for share knowledge about flutter, I have question, How we get connection with bluetooth printer and print it? there's any package in flutter? Please need your advise. Thanks and Regards

Submitted September 18, 2018 at 01:27PM by Edi Kurniawan
via Flutter Dev https://ift.tt/2PLBK2P
GGroup: How to implement Live Tracking.
Hello All... I am using map_view package to show a location for particular user and its working fine but I need a functionality say that if user moves form one place to another place means (around for 5 meters) ill get data through a channel and I want to show that live track thing in my

Submitted September 18, 2018 at 02:57PM by Harsha Vardhan
via Flutter Dev https://ift.tt/2xlkE5f
Give your Futures a future with FutureBuilder! Use it to build widgets based on the status of a Future and it will automatically rebuild when that Future completes.

Click for more #WidgetoftheWeek tips &darr; pic.twitter.com/oosAkJpEKC— Flutter (@flutterio) September 18, 2018

September 18, 2018 at 09:11PM
via Twitter https://twitter.com/flutterio
GGroup: Migrating From Ionic to Flutter / We Need Great Devs
hey guys, lyfx is a platform that connects travelers to local experts in the us.. we have developed our app using ionic and after getting it up and running we think its time to upgrade it to flutter. we have been tracking quite some organic attention from the media and we need to do it quick

Submitted September 18, 2018 at 10:17PM by pe...@lyfx.co
via Flutter Dev https://ift.tt/2D6THaU
Reddit: Can I run my flutter app on an iOS device(NOT virtual) using Windows?
Hi all. I'm developing a flutter app on my Windows PC and I have both Android & iOS physical devices in my home.I can't find any information about this because all the information on internet talks about iOS emulation.I have a real iPhone and I want to know if i can run my app directly on my iOS device just like adb does while connecting an Android device into your computer.Thanks.

Submitted September 18, 2018 at 09:50PM by JuanpaG94
via reddit https://ift.tt/2PLhCxP
Reddit: Flutter Upgrade to v0.8.2
Time to Upgrade Flutter to v0.8.2https://flutter.io/upgrading/​If you are also developing for iOS Apple released Xcode 10.0 for iOS 12 support.r/https://developer.apple.com/xcode/downloads/​​

Submitted September 18, 2018 at 11:19PM by Pixelreddit
via reddit https://ift.tt/2xxvZhF
GGroup: GestureDetector not working?
Hi awesome Flutter team, Yesterday I encountered one strange problem, and I'm wondering if you can shed any light. Basically I have a GestureDetector, and I can see the widget rendered on the screen through Flutter Inspector. However its onTap() is never triggered when I tap the screen. I did

Submitted September 18, 2018 at 11:59PM by 徐竞欧
via Flutter Dev https://ift.tt/2xtKbZm
GGroup: Restarting WebP animation to first frame
Is there a way to force a restart on an WebP animation? After flutter engine added WebP support (https://ift.tt/2NZULlb) I am able to loop a single animation.webp file successfully forever. I want to restart the animation.webp animation for every onTouch() event of a

Submitted September 19, 2018 at 02:40AM by Gary Anderson
via Flutter Dev https://ift.tt/2OAOadN