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

Flutter Hackathon 2019: what it felt like and how was it was
https://ift.tt/2Gg9fYW

July 17, 2019 at 01:51PM by EngineerScientist
https://ift.tt/2XWl2RY
New post on /r/flutterdev subreddit:

Handling errors in plugins
I'm building a plugin for decoding QR codes and right now building the platform code for macOS and I was curious how people choose to handle errors. Do they throw errors, catch it and then pass the error across to Dart, or just pass the error directly back to Dart or something else completely?

July 17, 2019 at 02:49PM by silverAndroid
https://ift.tt/2YZNDr2
New post on /r/flutterdev subreddit:

Building a Signup page with Flutter Web(Hummingbird)
https://ift.tt/2JLgwAZ

July 17, 2019 at 05:46PM by JideGuru
https://ift.tt/2XM5SDZ
New post on /r/flutterdev subreddit:

Thoughts on the the 2019 Udemy course from Maximilian Schwarzmüller
I just noticed that Maximilian Schwarzmüller updated his course.Has anyone gone through it yet?​Does anyone have any other new learning material that would be nice to share with the community?

July 17, 2019 at 07:01PM by glancer000
https://ift.tt/2xTs7Ze
New tweet from FlutterDev:

🌟Ta-Da! A database!

A multiplexed episode of the #BoringShow! @bouncingsheep and @redbrogdon add a database to the Hacker News app! They integrate moor, a reactive persistence library, to store article data and make queries.

Watch here → https://t.co/ImuLQYX01W pic.twitter.com/84MP2d93JF— Flutter (@FlutterDev) July 17, 2019

July 17, 2019 at 07:51PM
http://twitter.com/FlutterDev/status/1151550085517455365
New tweet from FlutterDev:

🌟Ta-Da! A database!

A multiplexed episode of the #BoringShow! @bouncingsheep and @redbrogdon add a database to the Hacker News app! They integrate moor, a reactive persistence library, to store article data and make queries.

Watch here → https://t.co/XBWyejLy4g pic.twitter.com/2Zpnl16V1p— Flutter (@FlutterDev) July 17, 2019

July 17, 2019 at 08:25PM
http://twitter.com/FlutterDev/status/1151558583429021699
New post on /r/flutterdev subreddit:

How to separate actions from Page in BLoC architecture?
Hi, recently i came across problem where my Page classes were growing quite big, because they contained widget building methods and also action methods (for example onPageChosen(int position)), i was making some methods to convert data from input (position) to bloc events and send them to bloc itself. But reading such class is very difficult and it doesnt seem to be clear at all. Should i make this "converting" methods in BLoC? Or create separate class which will convert input into events and send it to BLoC?

July 17, 2019 at 07:45PM by kubenqpl
https://ift.tt/2NYPqM0
New post on /r/flutterdev subreddit:

Material Range Slider in Flutter - Flutter - Medium
https://ift.tt/2LrmUQZ

July 18, 2019 at 12:51AM by MammothInteractive
https://ift.tt/2So4ykp
New post on Flutter Dev Google group:

Splash screen : Logo in the middle of the screen and add text at the bottom of the screen !
Hello to all ! I want to create a splash screen but i have some difficulty to do what i want. I want to place the logo in the middle of the screen... for that i know i can use Center() Widget but how to add text at the bottom of the screen and keep the logo in the middle? Should i use stack ?

July 18, 2019 at 03:51AM by Pascal Fournier
https://ift.tt/32ASTDB
New post on /r/flutterdev subreddit:

Lite version of apps in flutter?
Is it possible to create a lite version of an app (ex: twitter lite) in flutter?Or in general does ltie version of an app have anything to do with flutter at all? How is it usually developed?

July 18, 2019 at 06:48AM by Anoop_kumar
https://ift.tt/2O0H5Hw
New post on Flutter Dev Google group:

Re: Splash screen : Login in the middle of the screen and a text at the bottom
You could use the Column widget to achieve it. On Thu, 18 Jul 2019 at 02:48, Pascal Fournier wrote: > Hello to all ! > > I want to create a splash screen but i have some difficulty to do what i > want. > > I want to place the logo in the middle of the screen... for that

July 18, 2019 at 09:43AM by Michael Aworoghene
https://ift.tt/2LqWoaq
New post on Flutter Dev Google group:

Flutter-NodeJs WebSocket real time chat app
Hello community! I need help to understand the logic and maybe some example will be very useful! \ I want to create and simple real time chat app with Nodejs and flutter. The simple piece of this I already created like send message to WebSocket server and get it back to all connections but my

July 18, 2019 at 10:09AM by Πέτρος Πολλάκης
https://ift.tt/2JFbLKt
New post on /r/flutterdev subreddit:

Flutter can't set CameraPreview widget to match screen size
I'm stuck with this issue : Flutter can't set CameraPreview widget to match screen sizeThe solution I have now is inconsistent across different phones. If the preview matches screen size then the actual video is covering more area than preview. If it doesn't match the screen size, it is consistent with the actual recorded video. If anyone encountered a similar issue I'd love to hear how you managed to solve it :)

July 18, 2019 at 10:53AM by skyberk
https://ift.tt/2O1F8La