Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Channel created
Channel photo updated
An internal talk at my workplace: Considering Flutter - Slides, sample app and source code
http://ift.tt/2x3UmTM

Submitted September 15, 2017 at 02:52PM by roughike
via reddit http://ift.tt/2xEzgyu
👍1😁1
Is hot patching possible?
Say, I found out that my app has a terrible bug and I need to hot-fix it ASAP, without user having updating the app using store. So when user restarts the app he/she gets the patched version experience.Is there a way provide user the compiled code delta for patching or something similar? Is everything bundled as native code without the possibility to apply patches? How everything is bundled? Can I write such patcher myself if needed? Where can I read more about?

Submitted September 18, 2017 at 01:51PM by jackhexen
via reddit http://ift.tt/2x8zD3G
GraphQL with Flutter?
Does anyone know of a GraphQL library for Flutter or Dart? Would love to play with a demo. Thanks!

Submitted September 19, 2017 at 03:34AM by sethladd
via reddit http://ift.tt/2w40fim
👍1
Now, this channel receive updates from FlutterDev google group too
GGroup: TextFormField losing its value when scrolled up and inside a listview
Hello DevTeam, I have a strange problem in my application I have a signup page with several textformfields inside a ListView and the ListView is a child to the Form. when i reach the last formfield inside the ListView i need to scroll up the screen to actually see what i am typing inside the

Submitted September 22, 2017 at 12:43PM by mahe...@prayuta.com
via Flutter Dev http://ift.tt/2xW7620
GGroup: equivalent of ListTile that allows more text?
Any suggestions for implementing a variable-height Card that is basically like a single ListTile, except allowing more than three lines of text? I've tried just switching to a Row with an Expanded Text in the middle, but when I stick this into a ListView it is still truncating the height. :(

Submitted September 23, 2017 at 03:51PM by David Roundy
via Flutter Dev http://ift.tt/2xqYMV0
GGroup: how to make a wrapping Text set its height properly?
I'm trying to lay out a bunch of cards that have Text in them (to go into a ListView), and am finding that a Text with a fixed width does not set its height (presumably because it hasn't wrapped its text at the time the layout is determined). Is there a way to achieve this, to get the Text to

Submitted September 23, 2017 at 08:49PM by David Roundy
via Flutter Dev http://ift.tt/2xnzxFb
Reddit: Flutter Newsletter - A bi-weekly aggregation of Flutter tutorials, updates, libraries, and announcements.
http://ift.tt/2y0EMf1

Submitted September 23, 2017 at 10:48PM by hb_to_ms
via reddit http://ift.tt/2fIITS6
👍1
GGroup: Flutter example of a sortable list
Is there an example anywhere of a list that can be manually sorted by the user by dragging and dropping? If not, any ideas on how I would implement one? I've started with a ListView containing ListTiles but don't know how to implement the sorting functionality.

Submitted September 25, 2017 at 09:12PM by michael.s.humphreys
via Flutter Dev http://ift.tt/2hu3KMR
Reddit: Flur: Compiles Flutter apps to web apps (experimental)
http://ift.tt/2hvqMPw

Submitted September 25, 2017 at 10:51PM by Purple_Pizzazz
via reddit http://ift.tt/2htVo7C
GGroup: Flutter run command not working
Hello Dev Team, Can anyone tell me why my app is not installing at all and ending with the error message Observatory connection never became ready. the app was working perfectly fine until yesterday . I have changed the channel to master yesterday in the command prompt and from then on the app

Submitted September 26, 2017 at 11:43AM by mahe...@prayuta.com
via Flutter Dev http://ift.tt/2y5ZrhN