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
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
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
reddit
Is hot patching possible? • r/FlutterDev
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...
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
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
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
👍1
ContactPicker plugin for Flutter
http://ift.tt/2xcrwjZ
Submitted September 19, 2017 at 08:57AM by Purple_Pizzazz
via reddit http://ift.tt/2xaUjYS
http://ift.tt/2xcrwjZ
Submitted September 19, 2017 at 08:57AM by Purple_Pizzazz
via reddit http://ift.tt/2xaUjYS
pub.dartlang.org
contact_picker 0.0.1+2 | Dart Package
contact_picker - A Flutter plugin for picking a contact from the address book.
Reddit: Widgets: Raised Button – FlutterDoc
http://ift.tt/2xktReg
Submitted September 20, 2017 at 02:05PM by Purple_Pizzazz
via reddit http://ift.tt/2wH1qnu
http://ift.tt/2xktReg
Submitted September 20, 2017 at 02:05PM by Purple_Pizzazz
via reddit http://ift.tt/2wH1qnu
FlutterDoc
Widgets: Raised Button
The RaisedButton widget allows us to create a Button that matches the specification defined in the Material Guidelines here. The…
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
Reddit: Bringing the PageTransformer from Android to Flutter - How to have cool parallax PageView effects!
http://ift.tt/2wdvR54
Submitted September 23, 2017 at 06:57PM by roughike
via reddit http://ift.tt/2yj1ISM
http://ift.tt/2wdvR54
Submitted September 23, 2017 at 06:57PM by roughike
via reddit http://ift.tt/2yj1ISM
iiro.dev
Bringing the PageTransformer from Android to Flutter
PageView parallax effects are fun little eye candy that can be used for onboarding screens. Here’s a sample on how to do those things in Flutter. The best part is that there’s a lot of existing Android page transition examples and tutorials that can be applied…
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.