Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Staggered Animations in Flutter
http://ift.tt/2CufCb0

Submitted January 02, 2018 at 10:29PM by KingBaal
via reddit http://ift.tt/2A8NW5I
GGroup: Android resolve form data from one route to another one
Hi guys i have started building an app because i think that flutter is really awesome, i have made 2 apps in ionic before so my mobile development skills are not so good but my question is not strict related to some platform but more to flutter fw. I'm not able to retrieve an object from

Submitted January 03, 2018 at 02:35AM by Oskar Marcio
via Flutter Dev http://ift.tt/2lHa7vi
GGroup: remove slow mode
hey anybody knows how can i delete the "slow mode" title on right edge of app bar in flutter?

Submitted January 03, 2018 at 01:15PM by seyed reza khademi
via Flutter Dev http://ift.tt/2ChRfJr
GGroup: How to set User-Agent header in the request from NetworkImage?
hi guys: "Dart/2.0 (dart:io)" is not proper for multiple App. How can I change the default User-Agent. Thanks

Submitted January 04, 2018 at 01:27PM by Ken Shao
via Flutter Dev http://ift.tt/2AprEwD
GGroup: Scrollable canvas widget
What is the best way to implement a scrollable widget which paints only the visible part on the canvas? I need it to create a chart widget which has X and Y-axes scroll

Submitted January 04, 2018 at 07:18PM by Fateslav
via Flutter Dev http://ift.tt/2qmURbV
GGroup: TextTheme.body1 is barely visible on iPhone 6 Plus
Hello, Material text geometry sets body1 and body2 size to 14sp that conforms to Material design spec. But it is not readable at all for iPhone Plus screen size. iOS typography guide has it body font size set to 17. Does it make sense to create iOS specific text theme and pass it to MaterialA

Submitted January 04, 2018 at 10:56PM by Alex Rudyk
via Flutter Dev http://ift.tt/2Aq4gPr
GGroup: Breaking Change: Roll flutter framework to Dart SDK version 2.0.0-dev.16.0
*What is changing?* The flutter framework currently ships with an old (1.25.0-dev.11.0) release of the Dart SDK. I am working on rolling this forward to a 2.0 dev release, most likely landing with 2.0.0-dev.16.0 . As part of this roll, some packages will need to roll forward as well. The

Submitted January 04, 2018 at 11:55PM by Leaf Petersen
via Flutter Dev http://ift.tt/2EXa075
GGroup: Flutter Master and Alpha release
Happy New Year, definitely going to be a great year for FLUTTER. the future is really bright I was wondering if there's going to be a new year alpha roll anytime soon? and how do know when features land in master channel, been waiting for this http://ift.tt/2CS7PRo on

Submitted January 05, 2018 at 12:48AM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2CsM9KR
GGroup: plugin package_info add packageName pull request
Hi guys PackageName maybe important somewhere. I pull request: http://ift.tt/2CsClAc Thanks -- -Ken

Submitted January 05, 2018 at 03:38AM by Ken Shao
via Flutter Dev http://ift.tt/2CSvjG1
Reddit: Anyone have insight on how Apple's project Marzipan (the merging of iOS and macOS) will affect Flutter?
On first thought I would think it would be benign on the developer and the Flutter team would have to do a bit of work behind the scenes to accommodate API changes.

Submitted January 05, 2018 at 07:31PM by zintjr
via reddit http://ift.tt/2CW1dS1
GGroup: Breaking change to SceneBuilder#pushPhysicalModel
*What is changing?* SceneBuilder#pushPhysicalModel is renamed to SceneBuilder#pushPhysicalShape, and will take a Path instead of an RRect, see: http://ift.tt/2Eb0TOL *What do I need to do?* This change is in the lower layers of the framework and we expect it to be

Submitted January 06, 2018 at 12:48AM by Amir Hardon
via Flutter Dev http://ift.tt/2F2xozV
GGroup: How to create a Flutter App on Linux
Dear Flutter Developer: Flutter is a great App SDK and I'm very interested in it. I hope it can be more widely used, so I try to use it on Linux.In the process of trying, I encountered some problems can not be solved, so I hope to get your help. 1) How a App use flutter engine in Android? Is it

Submitted January 06, 2018 at 08:40AM by Yongwang Wang
via Flutter Dev http://ift.tt/2F3Huk3
Reddit: Flutter rendering over a OpenGL context ?
I've only seen a few intro videos of Flutter and I like what I've see so far but to investigate further I want to know if it will fit my use case of using it to build a UI for a 3D application.I've seen that flutter doesn't expose any OpenGL interface but I'm more interested in using native code to render 3D and then using Flutter for GUI parts - is this possible at the moment and has anyone tried it ?

Submitted January 06, 2018 at 09:09PM by iTroll_5s
via reddit http://ift.tt/2F6nb5J
Reddit: Is there a tutorial showing how to load aar files using flutter?
No text found

Submitted January 07, 2018 at 06:40AM by saxykeyz
via reddit http://ift.tt/2F7DUFL
GGroup: feature requst about flutter_markdown
hi, guys I need to add gesture onTap to Image in flutter_markdown. Currently, we cannot replace Widget created by flutter_mardown. class MarkdownBuilder implements md.NodeVisitor { Widget _buildImage(String src) { ... How about flutter_markdown should expose a way to create

Submitted January 08, 2018 at 04:49AM by Ken Shao
via Flutter Dev http://ift.tt/2ADxlHq
GGroup: [Breaking change] Remove support for big integers from standard platform channel codecs
Hi all, Following the Dart 2.0 shift from unlimited integers to fixed-size/64-bits , it makes little sense to continue support for larger integers in the standard message/method codecs used with platform channels. Accordingly, I intend to *deprecat

Submitted January 08, 2018 at 02:13PM by mr...@google.com
via Flutter Dev http://ift.tt/2D685MK