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

I made a simple notes taking app in Flutter
Hello there Flutter devs!I'm learning Flutter, and it's going absolutely fantastic. I made a notes taking app in Flutter that uses sqflite for storage of notes. I'd appreciate it if you could check it out and give me your feedback.Github link: https://github.com/roshanrahman/flutter-notes-appThanks a lot :)

June 16, 2019 at 05:31PM by sendmedankmemes3
http://bit.ly/2WJMiTj
New post on /r/flutterdev subreddit:

VNProgrammer Flutter application
Hi friends,I am learning flutter mobile application development. Just now, I have created sample application. Please download & let me know your feedback.Here is an application link - https://play.google.com/store/apps/details?id=com.vnprogrammer.android

June 16, 2019 at 06:00PM by vaibhav_2018
http://bit.ly/2x07Osk
New post on /r/flutterdev subreddit:

Functions or Classes, to create Widgets?
I was reading through this example by Google on how to create apps using flutter and came across the fact that it's possible to create widgets in flutter using both functions and classes.https://codelabs.developers.google.com/codelabs/first-flutter-app-pt1/#5​So I searched about it and found out that it's better to use classes to create widgets in flutter instead of using functions, as classes are more optimised.However, I still couldn't find a reason as to why the Codelabs used functions to create a widget instead os using a class? (If classes are supposed to be better?)​And also if it's alright to use both of them, then how would one know when to use functions and when to use classes to create the widgets?

June 16, 2019 at 06:36PM by ayan4157
http://bit.ly/2XibzIv
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