Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Using Flutter to create apps intended for a Corporate Owned Single Use (COSU) device?
https://ift.tt/2LLlJcj

Submitted May 30, 2018 at 10:23PM by AchillesFoundation
via reddit https://ift.tt/2JkaMjl
Reddit: Develop for iOS on PC
Is is possible to develop an iOS device app and test it on PC?Is this where Emulators/Simulators come into play?What are the pros and cons?

Submitted May 31, 2018 at 01:55AM by christianbear1221
via reddit https://ift.tt/2J0ISWg
GGroup: rstp/rtmp video player?
Hi. I found flutter video_player based on AVPlayer in IOS, which does not support rtsp url. Can anyone help me know how to play a video with format like 'rstp/rtmp' in flutter?

Submitted May 31, 2018 at 11:08AM by thehegeo...@gmail.com
via Flutter Dev https://ift.tt/2xsduPd
GGroup: Sending Form Data to Email
Hi there, I would like to create a contact form and would like to know: How to send data from a contact form to my email? Is there any working exemple? thank you.

Submitted May 31, 2018 at 12:51PM by J M
via Flutter Dev https://ift.tt/2L7s1lg
GGroup: Without user interaction how to navigate a second page?
Hi, Without using swipe, ontap, oppressed, and gesture how to navigate a second page? I have a main.dart (MyHomePage) and I have another 2 page as second.dart and third.dart. In main.dart I have to load json data using Future. Based on the data I need to navigate user automatically to

Submitted May 31, 2018 at 01:26PM by Niyazi Toros
via Flutter Dev https://ift.tt/2LNvpTw
GGroup: Sharing code on iOS, Android and Web
Hello, I'm not sure if it is a Dart or a Flutter question, so I try it here first :-) I want to share my Dart code for Flutter and for a Dart-Web app, like https://ift.tt/2G6VdqZ But I have problems to get the web app running :-(

Submitted May 31, 2018 at 01:36PM by Ralph Bergmann
via Flutter Dev https://ift.tt/2szW7q3
GGroup: Navigate to new screen with MaterialPageRoute, disable swipe from left to right to return
Hi, I have the Navigator to open a new screen with MaterialPageRoute. Everything is working as expected. From the new screen you can use Navigator.pop to return to the previous screen, but you can also swipe from left to right. I would like to turn off the swipe from left to right. Is that

Submitted May 31, 2018 at 02:52PM by Marc Andrew
via Flutter Dev https://ift.tt/2L5D8Li
GGroup: Flutter build folder location
Does anyone know if there is a way to change the location of the build folder?

Submitted May 31, 2018 at 04:30PM by Claudio Kloss
via Flutter Dev https://ift.tt/2J6q3km
Reddit: “Flutter is awesome, but where do I start learning?”
https://ift.tt/2J2jzmz

Submitted May 31, 2018 at 05:52PM by tanejarohan
via reddit https://ift.tt/2LJnp5M
Reddit: Flutter bottom navbar | A clean sample code.
I'm trying to learn Flutter by reading source code as main material since blog posts and articles are still missing. I was trying to achieve a navbar with the navigation in different views, the problem is the code provided by the flutter team in the gallery is convoluted with unnecessary animations codes hiding the real intent. It's kinda hard to follow, is there a clean bottom navbar code with screen navigations somewhere ?

Submitted May 31, 2018 at 07:54PM by TheOSM
via reddit https://ift.tt/2svlNUn
Reddit: Should I use Flutter for my next project? (I'm a baby dev)
I am relatively new to app development, I recently developed my first app on the Android platform, it's a Tinder-like application, swipable card layouts to match users of a common interest, I built it with Android Studio and Firebase. I want to start development on an iOS version, and during my research Flutter caught my attention. From what I've seen so far, it looks like the perfect tool for the job, there are a lot of sample apps built with it that showcase social media tasks done beautifully and are cross-platform. However, I am a bit hesitant, the pros are obviously I get to build an iOS version of my app while re-doing my Android version more aesthetically, the cons are I am a new dev and there isn't much info on this platform just yet. Should I bite the bullet and learn me some Swift? Or should I give Flutter a go?

Submitted May 31, 2018 at 08:45PM by whomstdid911
via reddit https://ift.tt/2slAZEj
GGroup: Using Expanded deep within the widget tree
Consider the following code: void main() { runApp( MaterialApp( home: Scaffold( body: new Padding( padding: const EdgeInsets.only(top: 100.0), child: Row( // #1 children: [ Text('A child.'), Expanded( // required to

Submitted June 01, 2018 at 12:30AM by Flutter Dev
via Flutter Dev https://ift.tt/2xuUW0G