Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
Reddit: bitalarm: A cryptocurrency tracker and portfolio app, built with Flutter and Dart
http://ift.tt/2CEiApF

Submitted January 08, 2018 at 01:42PM by Purple_Pizzazz
via reddit http://ift.tt/2ADZLkp
Reddit: DartConf: conference app for DartConf 2018.
http://ift.tt/2zBFD2J

Submitted January 08, 2018 at 10:47PM by KingBaal
via reddit http://ift.tt/2m8vHYV
GGroup: [Breaking change] Add activeContext() method to Registrar interface
This change affects you only if you implement the Flutter Engine Android API's PluginRegistry.Registrar < http://ift.tt/2qJhTd5> interface yourself. We intend to add a convenience method to this interface, to provide access to

Submitted January 09, 2018 at 09:42AM by mr...@google.com
via Flutter Dev http://ift.tt/2mgp8Ex
Reddit: Has anyone seen any good tutorials on testing?
I'm trying to write some tests to test my create users/ login users with firebase methods. If I run the tests one by one, I get false positives. If I run them all, I get one false positive and negatives for the rest.So if anyone's seen any good docs, guides, or has gotten this done, I'd be very appreciative.

Submitted January 09, 2018 at 09:30AM by pizza_tent
via reddit http://ift.tt/2CV7HUv
GGroup: [Breaking change] Renaming SemanticsFlags to SemanticsFlag
Hello, in http://ift.tt/2DdGadN I am renaming SemanticsFlags to SemanticsFlag to align it with SemanticsAction and the naming of other enum-like types. SemanticsFlag is almost exclusively used internally to communicate information between the Flutter framework and the

Submitted January 09, 2018 at 07:01PM by Michael Goderbauer
via Flutter Dev http://ift.tt/2CLkiFD