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

Flutter Car Vin Barcode Scanner - Intro (6 Day Series)
https://youtu.be/tuHpTB2UYGY

January 06, 2020 at 08:40AM by cmcoffee91
https://ift.tt/2ZTAH7i
New post on Flutter Dev Google group:

flutter_windows_v1.12.13+hotfix.5-stable problem with Kitkat
*Problem* In older version of flutter i can be able to run app on API 19 (Kitkat Device) but after Upgrading to flutter_windows_v1.12.13+hotfix.5- stable i can not able to run my app on Kitkat device it stop working on start( app automatically closed). * Error Detail * [image:

January 06, 2020 at 08:34AM by Dafda Prakash
https://ift.tt/2FpiAN6
New post on /r/flutterdev subreddit:

Flutter now has more GitHub stars 🌟 than React Native
New king of cross platform development 🙌🏾💪🏾😍💙💙💙💙https://hasflutterpassedreactnativeyet.codemagic.app/#/

January 06, 2020 at 10:56AM by preshtagon16
https://ift.tt/2T7vbNh
New post on /r/flutterdev subreddit:

View pharmacies in flutter maps
Hello everyone, I have a problem with Flutter Maps. I want to display pharmacies only without displaying anything because my application is for pharmacies.Help me ...

January 06, 2020 at 10:51AM by badralden
https://ift.tt/2N0iPlX
New post on Flutter Dev Google group:

Package Flutter app as a native framework?
Hi there, Is it possible to distribute a Flutter app as an iOS framework so that customers can integrate this framework like any other native code? It is possible to do a similar thing for Android? Thanks, Stefan

January 06, 2020 at 11:33AM by Stefan Matthias Aust
https://ift.tt/2QrALrI
New post on /r/flutterdev subreddit:

Share some of your favorite flutter libraries.
Hey, guys, I am new in this community so i need some tips on the library . So plz suggest some good libraries that you also like.

January 06, 2020 at 12:11PM by omega_savvy
https://ift.tt/2FmJKEf
New post on /r/flutterdev subreddit:

A flutter package for sharing files
I wanted a flutter package for sharing files? (between two devices)... something like Xender

January 06, 2020 at 01:47PM by Otis43
https://ift.tt/39JyXCc
New post on /r/flutterdev subreddit:

Good SQL-based alternative for Firebase?
Hello, I'm planning to build an app using Flutter, and I need a backend server to handle the data. Having analyzed Firebase, I really liked the auto scaling servers and price options (free then paid after a limit), however, the NoSql format that the database uses isn't the right fit for my project.I don't have a problem setting up a REST API for the backend requests and such, I'm just looking for the best option that comes close to that ability to scale up "automatically" as the app grows in users.What have you used, and recommend?

January 06, 2020 at 04:17PM by shapanga
https://ift.tt/2QsUbN1
New post on /r/flutterdev subreddit:

Pagination made easy with this flutter package
https://ift.tt/2ZU8n4M

January 06, 2020 at 05:38PM by excogitatr
https://ift.tt/2QOZiGm
New tweet from FlutterDev:

It's almost time to submit your clock design!

Two weeks left to submit your clock designs. Build a beautiful clock face UI for the Lenovo Smart Clock. Sharpen your Flutter skills and show us what you've got. #FlutterClock

Get more info here ↓ https://t.co/PFOkahKrzn— Flutter (@FlutterDev) January 6, 2020

January 06, 2020 at 08:00PM
http://twitter.com/FlutterDev/status/1214260425526841344
New tweet from FlutterDev:

Want a simple custom animation? 🎬

🐥TweenAnimationBuilder allows you to create your own implicit animations when none of the built-in implicit widgets fit your needs.

More #WidgetoftheWeek here → https://t.co/Tx49uAbwsl pic.twitter.com/JY2rctuq8H— Flutter (@FlutterDev) January 6, 2020

January 07, 2020 at 12:12AM
http://twitter.com/FlutterDev/status/1214323838453829632
New post on Flutter Dev Google group:

Webviews in a Bottom Navigation Bar!
Hello, So I ma new to flutter and I am trying to build this app where I am going to have few navigation bar items where every item will open a different website. I implemented the navigation bar and It worked just fine also the web-views they work fine individually. But somehow when I run the

January 07, 2020 at 01:23AM by Alpha
https://ift.tt/2N0Yltc
New post on /r/flutterdev subreddit:

is there a way to use Canvas.drawPath to act like eraser?
Hi,I have already tried to use Canvas.clipPath along with GestureDetector to be like eraser on the canvas where i use the CustomPaint inside a Container with imageDecoration set, so i thought maybe there is another workaround this by using Canvas.drawPath along setting
 final Paint _eraserPaint = Paint() ..color = Colors.transparent ..blendMode = BlendMode.clear ..strokeWidth = 8 ..style = PaintingStyle.stroke ..isAntiAlias = true; 
but it draws black lines instead of erasingany idea how to get around this?thanks

January 07, 2020 at 02:30AM by mosh_java
https://ift.tt/2tAhEmq