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

It is posible debeloping part of native app in flutter? Did someone try this kind of development?
Seems like it’s impossible using flutter for the big native project. The decision to develop the whole native app in flutter is very hard to take. But, might be easy to replace some small parts? Did someone try that?

June 16, 2019 at 08:00PM by etzuk
http://bit.ly/2IKFVu2
New post on Flutter Dev Google group:

Flutter for Embedded system applications.
Hello I am Avinash Sharma an Electrical and Electronic student from India. I wanted to build a User-interface for my 3D printer. Can I use Flutter and Raspberry pi for the same ? Can anybody provide me some resource about that ill be really thankful.

June 16, 2019 at 08:19PM by Avinash Sharma
http://bit.ly/2Rl9SEF
New post on Flutter Dev Google group:

Beginner rxdart question
I have a couple of bloc representations in my app, one of the for login purposes which holds the current user like this: final _user = BehaviorSubject(); Observable get user => _user.stream; Then in another bloc that handles a form submission, I need this user, but not

June 17, 2019 at 12:06AM by Mattias Månsson
http://bit.ly/31ASBMB
New post on Flutter Dev Google group:

E' PEDOFILO ED ASSASSINO: PAOLO BARRAI! MA CHI' E' DAVVERO QUESTO PEDERASTA OMICIDA, NATO A MILANO I
E' PEDOFILO ED ASSASSINO: PAOLO BARRAI! MA CHI' E' DAVVERO QUESTO PEDERASTA OMICIDA, NATO A MILANO IL 28.6.65, CHIAMANTESI PAOLO BARRAI? PER INIZIARE: E' STATO IL REGISTA DELLA CRIMINALISSIMA OPERAZIONE "NDRANGHETA IN EIDOO"! * http://bit.ly/2ZwJ9bj

June 17, 2019 at 12:31AM by LUIGI ROTUNNO GRUPO LA TORRE-IMOPLANET
http://bit.ly/2XgZvY6
New post on /r/flutterdev subreddit:

TIL: Flutter painting is just Skia (with examples) SHOCK!
I know, I know - Flutter is based on Skia which is why it works in so many places. But what I didn't realise is just how close the Flutter Painter keeps to the Skia spec.​I discovered that literally line for line I can draw a Skia example in flutter. The big takeaway - if you need painter docs, Skia is probably a really good resource if you want to do something more complicated.​Here is a screenshot of the Skia Fiddle next to the flutter output.https://i.imgur.com/Ub8UppN.png​Here is a the link the fiddle:https://fiddle.skia.org/c/@bezier_curves​Here is the Git repo with the example code, with comments of the corresponding line in Skia:https://github.com/rknell/flutter_skia_example​Hope it helps someone!

June 17, 2019 at 02:51AM by YouJustDownvoted
http://bit.ly/2XNUVNY
New post on Flutter Dev Google group:

Read excel file.
Hi Guys, Similar to java poi library. I could not find any library for flutter to read and write excel file. I need to read row wise data form excel file. It should be like Workbook->sheet1-> rows(i) Thank you

June 17, 2019 at 05:35AM by Daya Nithi
http://bit.ly/2WHtFzj
New post on Flutter Dev Google group:

Video Subtitles
Hello guys 👋, Is that possible to add a Subtitles to a video in flutter ? If it possible , how can I do it ?

June 17, 2019 at 05:54AM by Ata Mahmoud
http://bit.ly/2MRhSyS
New post on /r/flutterdev subreddit:

Build a simple Theme Manager in Flutter to keep your code clean
http://bit.ly/2Zx6Z6N

June 17, 2019 at 07:17AM by Filledstacks
http://bit.ly/2Xiww66
New post on Flutter Dev Google group:

Not showin RELOAD section in vs code 2010
1. I'm new to flutter. I try to do flutter apps in vs code 2010. I installed flutter anddart in the extension section. Bt after installation it shows only uninstall and disable option . It is not showing RELOAD option. Whether it create any problem during my future code or how to sort out the

June 17, 2019 at 10:20AM by Abinavan Nagendran
http://bit.ly/2KnNzxI
New post on Flutter Dev Google group:

Suggest some links to work on
I'm a beginner. Can you please provide me some links to work on flutter in vs code 2010. I need to create a app in which should have a first screen in which logo need to be monitor. and to go the home screen. Please help me to do this?

June 17, 2019 at 10:30AM by Abinavan Nagendran
http://bit.ly/2IIhJsc
New post on Flutter Dev Google group:

Form in Dialog not scrolling to focus
Hi, I want to have a dialog that has a lot of input fields. I realized this with a SingleScrollView embedded in an AnimatedContainer. If I use this without the dialog everything works fine. I scroll down to input field 30, the input gets focus and the animation controller scrolls up that the

June 17, 2019 at 11:27AM by Frank Weißenborn
http://bit.ly/2MTRDI1
New post on /r/flutterdev subreddit:

Need help for flutter and AWS API(Textract)
I'm highly inexperienced in developing apps but now I have to make an app that makes use of the AWS Textract. Would something like cognito help me work with textract?? If not, what do I use to make use of the AnalyzeDocument API? I have a python version of this but I have no idea how to integrate it with flutter or if it is even possible.

June 17, 2019 at 01:30PM by Troll_Dovahdoge
http://bit.ly/31A0a6c
New post on /r/flutterdev subreddit:

Bloc vs global variables and streams
Greetings all,If I had a going class that maintained the various states required, such as login, current progress in book, books currently reading, etc and had a steam that broadcasted all changes, in what ways is that worse than Bloc?

June 17, 2019 at 03:08PM by ajacian
http://bit.ly/2F9Obmn
New post on /r/flutterdev subreddit:

local_assets_server: lightweight Flutter plugin which serves local assets to webview
http://bit.ly/2WM7AQf

June 17, 2019 at 04:48PM by lesnitsky_a
http://bit.ly/2x5150h
New post on Flutter Dev Google group:

Launch screen bitmaps
Hi all, As per http://bit.ly/2KVj6q3 What are the recommend image sizes? I'm confused as to where the image/bitmap is saved and what the resolution/s should be? Thanks.

June 17, 2019 at 05:17PM by Gavin Henry
http://bit.ly/2FfLwHA
New tweet from FlutterDev:

A New #Flutterinfocus Series!

A step on the way from beginner to Flutter expert is understanding Dart's async patterns. See streams, futures, and multithreading as @redbrogdon covers the foundation of async: Dart's isolates and event loop!

For more → https://t.co/rm064qpXgx pic.twitter.com/2x65KF1NM1— Flutter (@FlutterDev) June 17, 2019

June 17, 2019 at 06:28PM
http://twitter.com/FlutterDev/status/1140657500037029888