Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Is it possible to write custom refactorings like "Wrap with Row" for Dart/Flutter?
I really love refactorings like "Wrap with Row" but there are many I would love to have that are missing. Is it possible to write custom ones (for VS Code) and share them? A few things I can do with snippets but that is quite limited.

September 14, 2019 at 01:01AM by MugalonDotCom
https://ift.tt/2LQBYpe
New post on Flutter Dev Google group:

Convert flutter Datetime into Firebase Timestamp
Does anyone has any suggestion to convert flutter Datetime into Firebase Timestamp so it can be stored into firebase database as firebase does not have any Datetime field? Timestamp _dueDate = onValue as Timestamp // this syntax to convert Datetime into Timestamp gives an error. Error is with or

September 14, 2019 at 08:59AM by flutter testing
https://ift.tt/2I5aF9m
New post on Flutter Dev Google group:

How to use FlutterStandardMessageCodec in iOS to write/read binary data?
Hi, I can read/write binary data using this codec on Android and Flutter side using these classes: On Flutter side: https://ift.tt/2Q6XwDi On Android side: https://ift.tt/2Ag5nDO

September 14, 2019 at 01:11PM by Vadim Mostovoy
https://ift.tt/2Q6XxHm
New post on /r/flutterdev subreddit:

Check out #Flutter Discovery 8. Listview Animations, Best Practices, New Flutter Version and much more...
https://ift.tt/2LuwZve

September 14, 2019 at 01:08PM by DecimalSaxon
https://ift.tt/31q9zNe
New post on Flutter Dev Google group:

Flutter live stream
hello, I want to build an application for my company this application aims to share the news of our company in real time. as an example: live on facebook. I want to be able to do the live in my application too

September 14, 2019 at 04:54PM by kouame auguinard
https://ift.tt/34UesjU
New post on /r/flutterdev subreddit:

Need resources to learn Flutter for a current developer
What is a really good learning resource for Flutter that caters for previous development and object oriented programming knowledge?The majority of the tutorials I've found is tailored for new programmers but having to sit/skip through those parts feels cumbersome and hinders the learning process for myself.Both videos and non-videos are helpful to me.​Thank you!

September 14, 2019 at 04:49PM by omgicantgetausername
https://ift.tt/2LuWsVk
New post on Flutter Dev Google group:

Purpose of Flutter Application
Hi all, I'm an entrepreneur making financial decisions around using Flutter. If you can write Dart directly in Atom, and control the CI/CD with Codemagic... what is the purpose of the Flutter application? Is it just more convenient? It seems like an IDE, but I read that you can just use Android

September 14, 2019 at 06:52PM by John S
https://ift.tt/2ZWoQId
New post on /r/flutterdev subreddit:

Architecting a flutter widget that contains different dynamic parts and animations
After learning about CustomPainter I built a widget like the one in the picture:https://i.stack.imgur.com/xDGsU.pngTo accomplish this I am just using a CustomPaint widget with a painter drawing the different arcs (canvas.drawArc).​Now, as you can see in the image, I need to bring a bit of life to the widget.First of all, I need to be able to rotate each ring of arcs independently from the others (for example the ring made with all the green arcs) and on the other hand I need to be able to change any arc color and width independetly.​The main problem I am facing, is that I need a some animations running at the same time (for example the 3 arc rigngs could be rotating at the same time) and I don't really know where should I place the animation controllers and the most important how to make the custom painter repaint when needed.​One aproach I have been thinking about is creating a widget called RingOfArcs and stack the 3 I need in a stack widget. This way, I could control the rotations, etc. with just surrounding each with a transform widget. But, I would like to create something more open. I mean, I would like to have a widget I could configure with a number of rings, pass the arcs that contains and angles and later be able to use something like: widget.rotateRing(0, 90º). And let the widget take care of everything.​Is there any way of doing this in flutter without having a mega spagetti of animcontrolers, widgets and canvas? And more important, for any param changing in a ring like an arc width/color etc. must I rebuild all the widget to force a repaint?

September 14, 2019 at 06:45PM by wacomlover
https://ift.tt/31yWm4A
New post on Flutter Dev Google group:

https://ift.tt/32KnZI6
hi, I ran the row column example and noticed a few issues whilst running it in on my own IDE & flutter. I had to add main() and runApp() functions to run the code same. void main() { runApp(MaterialApp( title: 'row column Tutorial', home: MyWidget(), )); } that is not issue for me.

September 14, 2019 at 09:12PM by Zahid Rahman
https://ift.tt/2LxcT3K
New post on /r/flutterdev subreddit:

Dart2Exe : Adds dart2exe to create standalone executables
https://ift.tt/2ZWM29X

September 14, 2019 at 11:39PM by EngineerScientist
https://ift.tt/2NXsnzD
New post on /r/flutterdev subreddit:

FlutterForce — Week 44
https://ift.tt/34JlQOQ

September 15, 2019 at 11:57AM by flutterist
https://ift.tt/2LVGJxx
New post on /r/flutterdev subreddit:

Action of "remove Widget" is gone in vs code.
when you press control + . (Dot/period) it shows actions to perform on widget(s). The "remove widget" was gone like a while ago but TIL that they changed the name to "replace with child" what do you people think of the new name did you know that?

September 15, 2019 at 04:37PM by neattike
https://ift.tt/300ciQJ