Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Onboarding Exercise – Flutter UI Designs
https://ift.tt/2JqMqV7

Submitted June 03, 2018 at 11:40AM by Elixane
via reddit https://ift.tt/2LjPShD
Reddit: Struggling with flutter http
Hi,I'm new to flutter and dart language however like google says it is really easy to catch up with, however I have been struggling with getting and posting data from my own rest apis. I have already seen many tutorials but none actually helped me out and the official docs only confuse me even more. So can you guys tell me a good guide or show me some get and post examples please?

Submitted June 03, 2018 at 04:13PM by Lisomatrix
via reddit https://ift.tt/2Jm7MmJ
Reddit: When to use the new keyword and when to omit it when adding a widget to the widget tree
Recently started following the flutter udacity course and while experimenting with creating basic apps I came across something that was unclear to me. When adding widgets, I have noted that doing both new Widget() and Widget() [where Widget is any widget being added to the tree] give the same result. Is there a specific time when you should use new Widget() and a time when you should omitthe new keyword?For examplereturn MaterialApp(
debugShowCheckedModeBanner: false,
home: new Scaffold(
appBar: new AppBar(
title: Text('My app name')
),)Text('My app name') works, but new Text('My app name') also works. Any chance I could get some pointers and guidelines on best practices with this?

Submitted June 03, 2018 at 06:16PM by allanjeremy
via reddit https://ift.tt/2sA26Lt
Reddit: Flutter For Android Developers: How to design activity UI in Flutter?
https://ift.tt/2Lj1phk

Submitted June 03, 2018 at 07:22PM by burhanrashid52
via reddit https://ift.tt/2ssjiTU
GGroup: Floating action button
Hello there, I have just started learning flutter, I started by re-implementing an android application I have built before. In the old app I had a fragment where there were two floating action buttons, one at bottom right and other and bottom left. I know this may not be a good practice.

Submitted June 03, 2018 at 09:46PM by Omar farrag
via Flutter Dev https://ift.tt/2srRAGD
Reddit: Flutter Form Field w/ http.post
I was wondering if there is a easier way of doing this. I want to take the values from the Form Fields and put it in a http.put? Any tutorials that resemble the structure? BTW I know my code is a piece of sh!@ I'm doing the best I can lolhttps://i.redd.it/mmp9rtvs8u111.png

Submitted June 03, 2018 at 09:37PM by AIDXN3
via reddit https://ift.tt/2LWLLcy
Reddit: Flutter graphics performance (or curve formula) - framedrop(?) on scrolling.
I am concerned about flutter performance (OR bad scrolling algorithm?). While visual appearance, functionality, animations variety are top-notch, the performance (?) of scrolling is disturbing. It drops frames(?) on samples applications. Yes,production mode (not slow mode)quick cpu (Snapdragon 821)high res 1080 x 1920downloaded app from google play (flutter gallery)scrolled forth and back to complete lazy loading if anyOpen Flutter Gallery -> SHRINE. Enable performance view (chart on the top).Scroll up down without lifting your finger -> perfect 60fps.Scroll with inertia in same range -> bad chart: CPU peaks, non-smooth deceleration.Mixed feelings.. Where's the problem?

Submitted June 03, 2018 at 10:49PM by sannysanoff
via reddit https://ift.tt/2HggLki
Reddit: Can anyone recommend resources on creating & linking server/back end for android/flutter apps?
I've experimented with firebase for mobile back end as a service but am looking to develop my own back end to support my mobile app. I'm currently looking at google app engine but thought that this sub could point me in the right direction.I'm looking for any recommended resources as I've never created a backend from scratch before and have found a lot of material but am unsure of best practice & which tools are best for this purpose.I want to Auth users, handle post/get requests probably using JSON but have not implemented this from scratch before.Thanks for reading, if I need to provide more information to help answer please ask :)

Submitted June 03, 2018 at 10:11PM by britishpcman
via reddit https://ift.tt/2kOYeCV
Reddit: Fluttergram - A working Instagram Clone using Firestore + Firebase Functions
https://github.com/mdanics/fluttergramHey all,Fluttergram is an Instagram Clone that I've been working on for some time now. It uses Firestore to store data, Firebase Storage for hosting the images and Firebase Cloud Functions to aggregate a user's feed.This is my first big-ish project and I've done it with Flutter, so any feedback on how to improve my code / best practices would be greatly appreciated.Thanks!

Submitted June 03, 2018 at 11:24PM by matthewishot
via reddit https://ift.tt/2LUuIrz
GGroup: Get rendered text from content
Hello, sorry for my bad english: This the content of a post (wordpress) with the API plugin for WP (JSON): "content": { "rendered": "Content post.<\/p>\n", <---- I want retrieve this "protected": false How can I do it? (Using with your example -> https://ift.tt/2JdVWrj

Submitted June 04, 2018 at 02:04AM by Borja Henríquez
via Flutter Dev https://ift.tt/2LUpcFj
GGroup: window.padding.top return 0 in release mode
Hello flutter, I was trying to build a custom UI without Material widgets, but I found it wired when dealing with the status bar. In debug mode, everything works fine, but in release mode(start app with flutter run —-release), the top padding retrieved from ui.window is 0. What’s wrong in the

Submitted June 04, 2018 at 07:06AM by 李少杰
via Flutter Dev https://ift.tt/2LjsAbT
GGroup: In one line,How to build a auto-scrolling text to show all string, Instead of use clip or ellipsis?
< https://lh3.googleusercontent.com/-g4sjvx2U98s/WxTbG3mJusI/AAAAAAAAAAY/EDA9O4Is0kcijEZ6s9h58EtXde3fBkG0ACLcBGAs/s1600/xxx.gif > what I need is a widget like the gif above. I have tried to do,but have no way to start. can you give me some suggestion? thank you very much!

Submitted June 04, 2018 at 08:32AM by huang
via Flutter Dev https://ift.tt/2Hiuwif
GGroup: How can I build a good searching system in flutter? data will backup by realtime database/firestore
i want to stream video from URLs, and URL will be stored in firebase real-time database or firestore

Submitted June 04, 2018 at 02:01PM by Adnan Ahmed
via Flutter Dev https://ift.tt/2xFFYoD
GGroup: is it possible to style TextFormField error
is it possible to style TextFormField error eg: text align

Submitted June 04, 2018 at 02:50PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2JgK3B8