Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

How to publish a flutter app and meet 64 bit and app bundle requirements
After using flutter build appbundle and uploading the .aab file I can't get past the 64 bit compliant warning message. The flutter Github thread suggests to upload 2 different apk.s one built for 64 bit and the other for 32bit unfortunately this solution no longer works because it does not

June 05, 2019 at 12:22PM by Gwinyai Chakonda
http://bit.ly/2XtbRcj
New post on Flutter Dev Google group:

PrecachedImage doesn't work in my code
Hello to all ! I have a question... about preCached image ! When i go from my flasscreen to my login page, i set a background image in a container... and when the login page appears... i see a background color(black even if i set it to Colors.Transparent) for less a second(or a bit less) and

June 05, 2019 at 02:53PM by Pascal Fournier
http://bit.ly/2QOp1y2
New post on /r/flutterdev subreddit:

Everything Flutter - All things about Flutter in one place!
Hey guys,We are team AsyncIO from Hack '19 (Flutter Hackathon) and we made Everything Flutter just for you! As per the name, Everything Flutter is equipped with everything you'd need as flutter developer. Whether a beginner or an intermediate or even Advance developer, this app can help you find Tutorials, Communities, New Widgets, Meetups/Events happening near you and last but not least all the latest news about Flutter. We are planning to add new more features and release the app to both iOS & Android soon, so that you all can reap the benefits of this app. We are 100% committed to maintain this project and it's open source.​GitHub Source Code - https://github.com/Colombo-Flutter-Meetup/Everything-FlutterScreenshots of the App - https://imgur.com/a/YSfSvs1App UI Design - https://www.figma.com/file/arx7UJ3xrIKV0Ig1Kjeg5t39/Hack19Finals?node-id=0%3A1Quick Demo - https://youtu.be/wr0cd57yJY8​​If you like our work, we will be very thankful if you could take a minute of your valuable time to vote for our project.#EverythingFlutter in https://vote.flutterhackathon.com​Thank you and happy coding!

June 05, 2019 at 02:59PM by supiri_
http://bit.ly/2EVCmzU
New post on /r/flutterdev subreddit:

Where are the jobs?
I just started learning Flutter after being frustrated with Xamarin at work- I absolutely love this framework. It's easy, straight forward, and makes sense.I took a look online to see if there were any jobs near me (I'm in Atlanta), and there are none... are you guys doing this as a hobby, or are the jobs only out in silicon valley?

June 05, 2019 at 01:35PM by joe0418
http://bit.ly/2XqsjKF
New post on /r/flutterdev subreddit:

Change my mind - Flutter sucks and Dart suffers from scope-nesting hell.
(Disclaimer - I used Angular1, and then witnessed Google release 10 different versions of the same mentally impaired framework, each one featuring more cargocult bullshit than the last. I am not confident in Google's leadership or ability to ship a framework.) Now imagine you're working on an App, and you implement the designs according to the wireframes, but whoops, they've changed all the design specifications and your UI code is a bundled together and a self-referential mess because that's how Flutter+Dart works by design. Why the hell would I want to do this to myself?

June 05, 2019 at 03:21PM by Bosphoramus
http://bit.ly/2XvKHle
New post on /r/flutterdev subreddit:

PageSlider: A simple widget that slides through pages - similar to Stepper but without a fixed UI
http://bit.ly/31anfMG

June 05, 2019 at 05:27PM by julvo
http://bit.ly/2Krc4cm
New post on /r/flutterdev subreddit:

Photo app feasibility in flutter?
I'm thinking about making an app that would make pretty heavy use of a devices camera/photography. It's a pretty domain specific photo sharing app essentially.I want a user of the app to be able to share photos that they have taken or are about to take with the minimum of fuss.I'm aware flutter offers access to the camera and also the media gallery which would cover most of what I want but there is another usecase which I think would make the app quite standout.I want toUse the native camera app, this is usually far better then anything an app can provide.This could take the form of opening the camera app when the photo button is pushed?Monitor the devices media/photo library for new images taken by the camera and at it's earliest convenience uploading these as if taken from the app itself. This would be time limited and would 100% be something the user was in control of. Maybe opening the app would provide the user with a list of taken pictures that they could approve.I can get a good prototype up and running I think but the stuff around media watching may not be possible and I would like to know sooner rather than later.Thanks :)

June 05, 2019 at 06:11PM by VerifiablyMrWonka
http://bit.ly/2EVi1uD
New post on /r/flutterdev subreddit:

Is this a dead end?
I'm working on a Flutter + WebGL experiment to create a camera filter.I want to be able to see "live preview", BUT turned out I can't capture video stream directly from webview on iOS (seems like media is available only in Safari)No problem, there is a camera plugin. It should give access to media stream, right? Oh-No-No, it uses native platform texture to render camera preview, so there is no actual stream. Diving deeper – camera controller emits `CameraImage` which is smth intermediate and is not directly renderable. I'm assuming `planes` property of `CameraImage` are bitmaps for each of RGB channel (3 lists, each list is of a width * height size, 1 byte is smth from 0 – 255)
So in theory I can stream this data to webview via websocket (hello good old video streaming technique)Anyone seeing wrong assumptions? 😂

June 05, 2019 at 07:12PM by lesnitsky_a
http://bit.ly/2WLVmeh
New post on /r/flutterdev subreddit:

I already know React Native and have published an app. I recently heard about Flutter and I like it. Is it worth learning and why?
No text found

June 05, 2019 at 08:28PM by Teo0803
http://bit.ly/2K1kWWK
New post on /r/flutterdev subreddit:

Flutter Forum for a Borderless Flutter Community
Based on the theme for Flutter Hackathon we had built a flutter forum app in flutter to bring all flutter developers together for sharing their knowledge and strengthen the Global flutter community.Here is the link for the Web version of forum:
https://flutterforum.co/Flutter App Screens built on the Hackathon:List Posts
Post detail

June 05, 2019 at 08:19PM by sagark898
http://bit.ly/2Mtyo81
New post on /r/flutterdev subreddit:

From Zero to a Multiplatform Flutter Game in a week
http://bit.ly/2Z2VhAC

June 05, 2019 at 10:35PM by Purple_Pizzazz
http://bit.ly/2ERvt2Q
New post on Flutter Dev Google group:

Error retrieving device properties for ro.product.cpu.abi:
I created a default Flutter app and I am able to launch the android emulator from within VS Code however I then receive this error... Error retrieving device properties for ro.product.cpu.abi: Launching lib\main.dart on Android SDK built for x86 in debug mode... --------- beginning of system 06-05

June 05, 2019 at 11:01PM by Johnny Larue
http://bit.ly/2KuY2GX
New post on /r/flutterdev subreddit:

GitHub - imaNNeoFighT/fl_chart: A powerful Flutter chart library, currently supporting Line Chart, Bar Chart and Pie Chart.
http://bit.ly/2MueBW6

June 05, 2019 at 11:26PM by PedroMassango
http://bit.ly/2HW3pgt
New post on /r/flutterdev subreddit:

Why is China so interested in Flutter?
From Google Trends: https://i.redd.it/ru0lvpkj0m231.jpg

June 06, 2019 at 12:05AM by tux_greyhat
http://bit.ly/2EV0G4X
New post on /r/flutterdev subreddit:

Push Notifications to receive real-time chat messages?
Hi all, I need your opinion on this.I am using Flutter to create an app with real time messaging feature. As I am afraid that the Firebase free plan is not enough for my app if it grows in the future, I am now using OneSignal. I am using push notifications whenever I want real time updates to my app, eg. new message received or when number of people in the channel changes.The flow goes like this: 1. Listen for push notifications 2. Push notifications received, check its type (NEW_MESSAGE, USER_TYPING, etc) and dispatches Bloc events to do updatesIs this a good way to do it? Will it be problematic if there are too many push notifications at once ?Thank you.

June 06, 2019 at 01:45AM by icedlaksa
http://bit.ly/2ETU4nI
New post on /r/flutterdev subreddit:

PoseNet for iOS, Android and Flutter using TensorFlow Lite
http://bit.ly/2HXxbla

June 06, 2019 at 02:09AM by x_ash
http://bit.ly/2JYOzYT
New post on /r/flutterdev subreddit:

A boilerplate project created in flutter using MobX and Provider.
http://bit.ly/2QSnw1Z

June 06, 2019 at 04:51AM by zubairehman
http://bit.ly/2WP6kji