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

image.readAsBytesSync() to PIL image
I am sorry if a question is too trivial. But how can I convert list of bytes(image.readAsBytesSync()) to PIL image. I send http post with list of bytes to my aws lambda. But I don't know how to convert it to PIL image.I've tried to base64 encode in flutter and then decode it in lambda. It worked, but I wasn't satisfied with the speed(it adds 1-2 sec).Thank you.

April 27, 2019 at 03:48PM by rafis_khuzin
http://bit.ly/2DBijX8
New post on /r/flutterdev subreddit:

I think Flutter will surpass React Native in terms of Github stars in Nov, 2019.
I wrote a script to track the monthly change of their stars and displayed results here: http://popularframeworks.net/. Flutter has 61426 stars while React Native has 76453 stars now. But Flutter added 3269 stars for last 30 days while React Native added 974 stars. Assuming this is the speed, Flutter will have more stars in this Nov.

April 27, 2019 at 09:04PM by optimization1234
http://bit.ly/2GMl3Tg
New post on /r/flutterdev subreddit:

Flutter is so easy, but managing plugin is hard
http://bit.ly/2GMWOV0

April 28, 2019 at 03:57AM by just4sky
http://bit.ly/2XUyg2d
New post on /r/flutterdev subreddit:

Flutter: How to compress/decompress HttpResponse Stream using Brotli Compression
Hi All,Need help in decompressing HttpResponse Stream using Brotli compression. I tried as in https://github.com/thosakwe/brotli , but the steps were not so helpful. Is there any other dart package to support Brotli compression.​Thanks

April 28, 2019 at 07:44AM by cooolthud
http://bit.ly/2DBEOuS
New post on /r/flutterdev subreddit:

How to add SVG or Vector Graphics/Drawables Support in Flutter SDK
Is there any Dart package for adding SVG's in Flutter Application?

April 28, 2019 at 11:02AM by developine
http://bit.ly/2vsWAvG
New post on /r/flutterdev subreddit:

FlutterForce — Week 24
http://bit.ly/2UKgwVf

April 28, 2019 at 11:17AM by flutterist
http://bit.ly/2ZD0xMh
New post on /r/flutterdev subreddit:

⌚️Fully-customizable and clean analog clock widget for Flutter
http://bit.ly/2LnSnEL

April 28, 2019 at 12:41PM by furkantektas
http://bit.ly/2VwuRsQ
New post on /r/flutterdev subreddit:

Implementing local network devices discovery
Hi, I've been searching for best way to implement local network device discovery in Flutter. Ex: let some device find and connect to other device locally.If I setup a socket, can I search the network to find existing device without knowing the IP address beforehand? Thanks in advance!

April 28, 2019 at 12:19PM by didavid61202
http://bit.ly/2L6nQel
New post on /r/flutterdev subreddit:

Telegram discussion group (almost 900 members).
http://bit.ly/2XR2Ae2

April 28, 2019 at 03:41PM by veetaw_
http://bit.ly/2GOLyaJ
New post on /r/flutterdev subreddit:

WeChoosedFlutter - Flutter Avengers Endgame Wiki App
http://bit.ly/2XRY5jy

April 28, 2019 at 03:22PM by arslannmrv
http://bit.ly/2GQZAsC
New post on /r/flutterdev subreddit:

How to download an MP4 to iOS
Hi guys,I'm using Flutter to create an application that connects to a video camera via Wifi. The camera accepts http requests.I am able to access the video files on the camera via regular http.get and so on, but I am not sure how to:Save the video locally on an iPhone. Do I need to store it in SQLite or something like that or does iOS provide some storage mechanism like Android does?Bonus question: is there a way to to download only PART of the file? The video files are rather large and I am only really looking for a specific segment within the video.Any help will be appreciated.

April 28, 2019 at 04:15PM by EntrepreneurIL
http://bit.ly/2V2F8O6
New post on /r/flutterdev subreddit:

Row Collection - my first package!
Hey, Jesus Rodriguez here!I'm the creator of SpaceX GO!, an open-source SpaceX tracker, built with Flutter. Since quite sometime now, I've been wanting to create publicly-available packages, including some custom widgets I've created for the SpaceX app.Today I'm launching my very first package, 'row_collection'. This library offers some customizable widgets, to display information in a Column. It also includes a special widget, used to separate other user elements in a page.Hope you like this one! I'm planning to release a couple more package in the coming weeks, so stay tuned!​Thanks to all of you, such an awesome community!Source code: https://github.com/jesusrp98/row_collection.Pub page: https://pub.dartlang.org/packages/row_collection.

April 28, 2019 at 09:00PM by jesusrp98
http://bit.ly/2PIfokh
New post on Flutter Dev Google group:

flutter @mobile/tablet: adaptive layout of multi-level navigation
Searched for adaptive-layout with a couple of implementations found but limited to (master-detail) two-level navigation only, and seems not suitable for multi-level. Thinking of 4-level navigation for mobile and tablet, like - routes: { '/': (context)=>CatScreen(), '/sub': (context)=>Su

April 28, 2019 at 11:14PM by JayT
http://bit.ly/2vsDvKl
New post on /r/flutterdev subreddit:

Code specific for device type?
I am still learning flutter, but I built a bottom nav bar with bmnav.Problem is, it looks great on android and older iPhones but on the iPhone X models the swipe up bar goes through those icons.I fixed it by wrapping it and adding a margin but it looks weird now.Is there any way to just do that for specific devices?

April 29, 2019 at 06:34AM by Sh-t_Shower_Shave
http://bit.ly/2Wh6TPC