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

Thinking Flutter
https://ift.tt/2TsjA9k

August 13, 2019 at 09:47AM by Purple_Pizzazz
https://ift.tt/33v8Sn8
New post on /r/flutterdev subreddit:

How to take into account pressure sensitivity with stylus in Flutter drawing app?
I've been trying to make a Flutter drawing app and I want to support the use of a stylus. Therefore, taking into account the pressure sensitivity. The problem is that from the many apps that are made in Flutter for drawing none of them seems to take this functionnality into account. I want to know if it is possible to use the widget CustomPainter in a way that takes the stylus into account? I'm open to any other alternative if it's not possible.​Those are the example apps that I was mentioning earlier:Draw It: https://github.com/psuzn/draw-itSignature: https://github.com/vemarav/signature

August 13, 2019 at 09:46AM by breeze_interface
https://ift.tt/33v8SUa
New post on /r/flutterdev subreddit:

How build() method of Flutter widget proves “Everything’s a Widget”?
https://ift.tt/2YLaTNq

August 13, 2019 at 09:57AM by anticafe
https://ift.tt/2KxOhat
New post on /r/flutterdev subreddit:

Coolest recruitment campaigns for developers?
New into startup world, we need to find kick-ass full-stack developers. Where to start? What has been your fun challenges, home assigments. How to get developer's attention?

August 13, 2019 at 12:54PM by Gigatronbot
https://ift.tt/2OUvGtx
New post on Flutter Dev Google group:

Embedded Widget on timer
I have created a small widget to display the time on a page. This widget updates at a periodic rate using the following timer. timer = Timer.periodic( Duration(milliseconds: 541), (Timer t) => handleTimer()); When the timer pops, handleTimer updates itself to display the new time. This widget

August 13, 2019 at 02:01PM by phil magnuson
https://ift.tt/2YIz7b3
New post on /r/flutterdev subreddit:

Cloud Firestore + Algolia Alternative for Full-Text Search?
I'm trying to implement full-text search in my app, which uses Cloud Firestore as its cloud database. All I want to do is check a field from each document in a collection and see if it contains the search string; however, I only just found out that this somehow isn't possible (Ironic, considering it's a Google product!). Apparently the only kind of search possible with Firestore is a prefix search, which isn't good enough in this case.The official recommendation in the docs is to use a third-party search service like Algolia. The problem with that, for me, is the pricing. I've tried looking for other search services with a pricing structure more similar to what Firebase offers, but I've had no luck there.So my question is, is there an alternative to Cloud Firestore (doesn't have to be NoSQL. Any DB, relational or otherwise is fine) with a similar pricing structure, which offers full-text search? If not, is there a third-party search service out there with a similar pricing structure that I could use with Flutter?

August 13, 2019 at 02:43PM by Tenshar
https://ift.tt/31ApnMV
New post on /r/flutterdev subreddit:

Apps under 20MB in iOS App store?
App size on Flutter seems to have been an issue ever since it came out, but these days Android doesn't seem to have a problem and can easily be under 10MB on the play store. But I've noticed iOS apps still take up 20-30mb on the app store bare minimum which seems ridiculous. They say it takes up 10.7MB for iOS in their documentation but not sure how they achieved that. The default app is much bigger than that based on the tests I've made.Does anyone actually have any apps with download sizes under 20mb in the iOS app store? How about under 10MB?I really like Flutter but am disappointed in this. I remade an app that was 2MB on the app store made with React Native, and yet the new Flutter version, which is basically identical is 30MB on the app store, even though it's only 6MB on Android.

August 13, 2019 at 06:26PM by loot6
https://ift.tt/31vt4DE
New post on Flutter Dev Google group:

Users upload Video Clips
Trying to app a social aspect to my app. I want users to be able to upload clips (super short videos) of gameplay. I can get images to work but not sure how to get video to work? Anyone pointing me in the right direction that would be great!

August 13, 2019 at 08:45PM by Brennan Altringer
https://ift.tt/2OV3vL0
New post on /r/flutterdev subreddit:

'60 Days of Flutter : Building a Messenger from Scratch' : Day 2 - Setting Up A CI With Flutter
https://ift.tt/2yXfr3Y

August 13, 2019 at 10:15PM by aditya_gurjar
https://ift.tt/2YLRJqz
New post on /r/flutterdev subreddit:

Did you know there's a Flutter community group that does animated "Package of the Week" videos? Flutter Swiper (Package of the Week)
https://youtu.be/Ng-QQ6-9AJI

August 13, 2019 at 11:25PM by EngineerScientist
https://ift.tt/2YVVlWs
New post on /r/flutterdev subreddit:

"Flutter" on Google Trends just Dropped Off
https://ift.tt/2KLJNMe

August 14, 2019 at 12:41AM by TheSpaceFudge
https://ift.tt/2ZWvavY
New post on /r/flutterdev subreddit:

Flutter-snap: extensive snap tool/widget allows very flexible snap management & snapping between widgets.
https://ift.tt/2yZuQRa

August 14, 2019 at 01:16AM by Sol_Ido
https://ift.tt/2OVAsab
New post on Flutter Dev Google group:

360 degree Image viewer for flutter
I wonder if is there a widget for 360-degree image view I want to develop a flutter application, this app will get JEPG image from a server to display it on a listView but I want to display 360-degree images, so Is there a widget to display it in Flutter SDK

August 14, 2019 at 03:36AM by Ashraf Mohamed
https://ift.tt/2yYWhdT
New post on /r/flutterdev subreddit:

Flutter 360 image viewer
Hello developers,I wonder if is there a widget for 360-degree image viewI want to develop a flutter application, this app will get JPEG image from a server to display it on a listViewbut I want to display 360-degree images, so Is there a widget to display it in Flutter SDK

August 14, 2019 at 03:41AM by Ashraf4747
https://ift.tt/2MY5M5g