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

Looking to animate a Dialog? Use showGeneralDialog() instead of showDialog(). Then define the transitionDuration and implement transitionsBuilder().
https://twitter.com/FlutterDev/status/1172540447937454083

September 13, 2019 at 06:07PM by EngineerScientist
https://ift.tt/31k6aQb
New post on /r/flutterdev subreddit:

Keeping up with the Flutter development while working with React
How building LearnFlutter helps me keep up with the Flutter development space while learning and working with React.I recently got a contract job last month as a UX engineer to build web and mobile apps for an enterprise client. I got really excited to know about Flutter and started learning it. I built some few apps and followed tutorials from Google's Codelabs and Udemy. I totally loved Dart and Flutter and decided to commit to it going forward.6 weeks past and I have to move over to the web team as the project is quite huge and needs more support. The web platform is built with React and I have little experience with it. Learning Modern JavaScript and Flutter at the same time has been quite rough for me, and I didn't want to quit Flutter.After some consideration, I decided to focus full time on React so I can deliver results at work and work with Flutter on weekends. I still needed a way to keep up with the Flutter development space during the week, and I eventually came up with the idea for https://learnflutter.xyz.LearnFlutter is a daily curation of the most interesting and insightful links I find about Flutter around the web. Updating the site for about 30mins daily helps to keep me in check with the development space and I get to engage with Flutter every day.I just launched this today. I would love some feedback and thoughts.

September 13, 2019 at 09:03PM by preshtagon16
https://ift.tt/32HkTVC
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