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

UIKit Dimension Guidelines
I would like to recreate some of the missing UIKit components for my Flutter, app and keep the same level of dimensions and proportions (e.g. margins, paddings, typography, etc). Where can I get more information about those? The Human Interface Guidelines document unfortunately does not say much about those.

January 19, 2019 at 09:35AM by preslavrachev
http://bit.ly/2FAjkB9
New post on /r/flutterdev subreddit:

Is there a timeline for Flutter support on ChromeOS?
It seems you can already develop and test flutter apps on ChromeOS - https://proandroiddev.com/flutter-development-on-a-pixelbook-dde984a3fc1e - but what about shipping the solution to that end-user community? Is there plan to make that first-class? Or is it only for chomebooks supporting Android today (APK deployment), and "please sir/madam, wait for Fuschia"?

January 19, 2019 at 12:11PM by paul_h
http://bit.ly/2FBv8mU
New post on /r/flutterdev subreddit:

Are the layouts that Google used in Flutter conf in london announcing Flutter 1.0, open source?
No text found

January 19, 2019 at 01:36PM by RadiantCity
http://bit.ly/2FI3m7c
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