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

Creating Solitaire in Flutter – Flutter Community – Medium
http://bit.ly/2R0Exph

January 19, 2019 at 05:08PM by deven9852
http://bit.ly/2U2aY8C
New post on /r/flutterdev subreddit:

Web View For Flutter
A plugin that can embedded (web view) with flutter widgets tree, support from native web views​web_vuwSupport all functions that you need to handle for web viewhttps://pub.dartlang.org/packages/web_vuw

January 19, 2019 at 07:31PM by DevFatani
http://bit.ly/2R0NDlV
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