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

Good article on debugging layout issues with the Flutter Inspector
https://ift.tt/3058ufD

August 08, 2020 at 09:13AM by yeahia2508
https://ift.tt/3kltQgZ
New post on /r/flutterdev subreddit:

Flutter plugin for selecting multiple list items from list in GridView and ListView builder with long tap & normal tap
https://ift.tt/2F4PndB

August 08, 2020 at 06:07AM by humblebumble2001
https://ift.tt/30IMgk1
New post on /r/flutterdev subreddit:

Is it bad to require the user to disable battery optimization?
I'm making an app that tracks the user's location when they're running for Android phones. For this to work for longer periods of time, say an hour or more, I need the battery optimization to be turned off.Is it bad practice to have to ask the user to turn off battery optimization for the app?

August 08, 2020 at 11:52AM by idropeggsforaliving
https://ift.tt/31u0p3G
New post on /r/flutterdev subreddit:

Where do you see flutter for web going?
I absolutely adore flutter. I know it’s still in development but where do you see it going? When do you think it will be production ready? Will you ditch traditional web technologies and go fully with flutter?I’d love to hear your thoughts? For me, I feel like flutter is a risk but with a high reward for future applications.

August 08, 2020 at 12:45PM by augst1
https://ift.tt/3gGcQ2E
New post on Flutter Dev Google group:

How to synchronize data between flutter app (SQFLite) and a MySQL server database?
Hello, I have a backend server i.e. I have an external MySQL database (localhost) that contains a "questions" table characterized by their level (Easy, Medium, Hard) and their class(1st class, 2nd class, 3rd class). I have an internal database (SQFLite) that contains a "students" table with level

August 08, 2020 at 01:26PM by Mohamed Yanis
https://ift.tt/30FmVYc
New post on Flutter Dev Google group:

Your operator mono settings for vs code.
Hi guys, This is not a coding question. I just downloaded operator mono and want to know your settings for using the font. If anyone of you use operator mono in vs-code for flutter please let me know your settings (copy paste your settings.json in reply). Thank you. Souvik flutter dev

August 08, 2020 at 01:48PM by Souvik Dutta
https://ift.tt/3ioAcKm
New post on /r/flutterdev subreddit:

I'm starting with a series of answers to Flutter beginner's questions.
https://ift.tt/3iqhJx1

August 08, 2020 at 01:43PM by flutterclutter
https://ift.tt/31ugg2c
New post on /r/flutterdev subreddit:

Level up your Flutter apps with autofill
https://ift.tt/2PAmtUz

August 08, 2020 at 03:00PM by truongsinhtn
https://ift.tt/2DHmx2a
New post on /r/flutterdev subreddit:

Simple business expense tracking app using SQLite and Provider
https://ift.tt/2PBTlfS

August 08, 2020 at 04:51PM by thwillin
https://ift.tt/3fEZPVL
New post on /r/flutterdev subreddit:

Just Released flutter_mentions a Flutter widget to add @ mentions functionality to your app
I maintain a Flutter package called dash_chat & I was working on a new feature to add @ mentions functionality to the input, ended up building a widget for that & thought this would be great on its own so decided to extract it & make a separate package for it added some new properties to make it a fit more general use cases. Do check it, if you like the package feel free to give a star or share your feedback.Github: https://github.com/fayeed/flutter_mentionsPub: https://pub.dev/packages/flutter_mentions

August 08, 2020 at 06:15PM by boss-san
https://ift.tt/3fBgk4Z
New post on Flutter Dev Google group:

Flutter plugin to read data from external fingerprint scanner device.
I am working on projects that have to scan and store the fingerprint data from an external scanner. Is there is any method to accomplish this task? Or It is possible to make a plugin for it using java code that utilizes any fingerprint Scanner SDK..

August 08, 2020 at 06:48PM by Shashikant Dwivedi
https://ift.tt/3fHf8wW
New post on Flutter Dev Google group:

Barcode Scanner using firebase ML + imageStream
hi, I have trouble on using Firebase ML. Here is my code: import 'dart:typed_data'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:camera/camera.dart'; import 'dart:async'; import 'package:firebase_ml_vision/firebase_ml_vision.dart'; final

August 08, 2020 at 11:04PM by irvan hendrik
https://ift.tt/2EWbEtR