Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

FlutterForce — Week 10
http://bit.ly/2R1ERE3

January 20, 2019 at 08:34AM by flutterist
http://bit.ly/2VYlyPI
New post on /r/flutterdev subreddit:

Flutter Tutorial - Flutter Animation Basics Part 1
Flutter Tutorial - Flutter Animation Basics Part 1 Link https://youtu.be/WTi08VBxaGY

January 20, 2019 at 07:42AM by whatsupcoders
http://bit.ly/2U11RFh
New post on Flutter Dev Google group:

How to access Internal Storage of Android in Flutter
In android we use getFileDir() and getCacheDir() for accessing the Internal Storage. I can see that there's a path_provider plugin that I can use but I can only figure out getTemporaryDirectory() which is analogous to getCacheDir() of android. So is there any alternative way of doing what

January 20, 2019 at 11:47AM by shubham soni
http://bit.ly/2Mjx2c8
New post on /r/flutterdev subreddit:

Flutter Background Service
I am working on an app to track location in the background and send it to API, also for chat receive notification even if app is closed.The way I see it, it can only b done by writing native code of you service. But how do I link native code to open app in touch of notification.
Please don't refer me to the medium post I have read it and did not understand a word. I am a beginner so I want to know the way to do it.Also if some one could tell me IOS alternative to android services, that would be great.​

January 20, 2019 at 01:31PM by sarosh77
http://bit.ly/2FGHw59
New post on /r/flutterdev subreddit:

Help?
Hey all! I’m hoping someone can point me in the right direction. My background is Delphi and I’ve never done any mobile development so flutter is way out of my comfort zone. I’ve been asked to write an app that lets people complete questionnaires. There are 40+ possible questionnaires and the questions are either radio groups, checkboxes, sliders or free text.Once the user has picked the questionnaire they want, I need to display one question per ‘page’. I am thinking of writing widgets for each of the question types with properties that define the question text, number of radio buttons etc.It’s managing the single question per page where I’m coming unstuck. I’m guessing that I need to create a single route for ‘question’ and once a question has been answered I need to delete the question widget from the tree and replace it with the next one?Any ideas on a simple way to approach this would be most gratefully received as would any pointers on background reading to help me along.Many thanks.

January 20, 2019 at 03:31PM by bowenp01
http://bit.ly/2W4l76q
New post on /r/flutterdev subreddit:

How do i animate one icon to another in Flutter?
Somewhat like this. I want to change one icon to another . I can do that by setState() but I want to add an animation when an icon (eg. downward arrow) changes to another(upward arrow). Is there any way to do that?

January 20, 2019 at 06:17PM by bimsina
http://bit.ly/2R2260O
New post on Flutter Dev Google group:

Building and releasing to TestFlight or Application Loader
I'm stuck. How do I get my iOS build to the app store? I did "flutter build ios --release" but now what? Please help! I'm in a time crunch. Brennan

January 20, 2019 at 07:52PM by Brennan Altringer
http://bit.ly/2MrRLuF
New post on /r/flutterdev subreddit:

How could I pass data from All Players(name, lastname) to next screen(Player profile) for only one player? I’m using Firestore
http://bit.ly/2W5mx0M

January 20, 2019 at 08:34PM by sushibgd
http://bit.ly/2R2yXT9
New post on Flutter Dev Google group:

Am i doing async programming wrong??
The output of this async function seems to be ignoring await keywords. What am i doing wrong?? Future> get devices async { String id; Map devicesMap = Map(); print("A"); await (ParticleCloudApiCall( path: '/v1/devices',

January 20, 2019 at 09:12PM by Trevor Keegan
http://bit.ly/2RWNGDF
New post on /r/flutterdev subreddit:

Images constantly being re-cached
Firstly, I know support questions aren't allowed here but I've asked in the Discord forum as well as Stackoverflow with no replies and i've been stuck with this issue for almost a week now.​Basically, i have a pageview as the top half of my scene which shows an album cover ( my app is a music player). The issue is that the image is constantly being re-cached. I've read this post saying that if the checkered border is flickering, it means the image is constantly being re-cached.​If you have any tips or any links that can help please let me know. Here's my stackoverflow question with a video of the issue

January 20, 2019 at 10:55PM by mooditech
http://bit.ly/2T5xeym
New post on /r/flutterdev subreddit:

How do you format your Flutter code?
I have been building app for the last month and I find that the code, specially for UI ends up looking DISGUSTING due to all those nested initializations. I tried to avoid all that nesting by creating methods that return Widgets but still, setting properties looks disgusting.How do you format your code and is there any recommended naming conventions to look at?

January 21, 2019 at 04:42AM by mentalfloss3
http://bit.ly/2sFDz7S
New post on /r/flutterdev subreddit:

Flutter Widget 06 | RaiseButton
This is my 6th widget RaiseButton, Hope you like.https://medium.com/flutteropen/widgets-06-raisebutton-6322e0bb2a95

January 21, 2019 at 08:29AM by nb312
http://bit.ly/2RIMoNh
New post on /r/flutterdev subreddit:

Cannot reduce graphics memory leak of my app
I am using ImageProvider in 2 parts of my code 1.getting bytes from a file in system 2. drawing image on canvas And i guess this is the reason for the memory leak I tried clearing the imageCache of the PaintingBinding but didnot solve my problem

January 21, 2019 at 07:38AM by yashwanth_boddu
http://bit.ly/2DmT1vR
New post on /r/flutterdev subreddit:

Single Thread, multi threading, synchronous and asynchronous. This article explains the different code execution modes in Flutter.
http://bit.ly/2AV2Rn0

January 21, 2019 at 09:35AM by etca2z
http://bit.ly/2R3Ocv2
New post on Flutter Dev Google group:

How can i build an app like 'Reflectly'?
When I was going through the flutter.io website, I saw something like Reflectly- an award-winning app developed using flutter. The animations, UI and overall this app is having a new kind of user experience. can somebody explain me how this app is built?

January 21, 2019 at 10:19AM by Rupesh Frost
http://bit.ly/2RRXmQ3
New post on Flutter Dev Google group:

UI Automation Testing for native flutter application
Hi everyone, Does anyone suggest me that which tools are compatible to test the UI of native applications designed on flutter. Also selenium and Appium are compatible with these kind of applications or not ?

January 21, 2019 at 10:22AM by flutt...@gmail.com
http://bit.ly/2HpkxNl