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

Displaying internet images or image from url in flutter
https://ift.tt/3ci8ldn

September 17, 2020 at 05:46AM by nareshpradeep
https://ift.tt/2ZNFTei
New post on Flutter Dev Google group:

HELP! SHA-1 fingerprint of the certificate to integrate my platform with Firebase
Hello, I am trying to get my SHA-1 fingerprint of the certificate to integrate my platform with Firebase, and I am following the guidelines specified in https://ift.tt/1Hz0yPt. In order to debug certificate fingerprint the suggested command is: keytool -list

September 17, 2020 at 07:46AM by Alvaro Gonzalez Rico
https://ift.tt/33uFIoY
New post on /r/flutterdev subreddit:

mapping class property to list of text editing controller
referring the subject, is it possible?
if I have a class and map the property to list of text editing controller and maybe assign the value of the property to the initial text controller if it's not empty.

September 17, 2020 at 08:09AM by MediumRoastNo82
https://ift.tt/2ZKeytq
New post on /r/flutterdev subreddit:

Responsive UI made easy with Layout Provider in Flutter
Just done with my first package layout_provider, do check.

September 17, 2020 at 07:47AM by Chinky_Sight
https://ift.tt/33wBlKe
New post on /r/flutterdev subreddit:

Cloud Firestore Offline Functionality for Shared Documents
I know that Cloud Firestone already works offline. Some Details about my app:My app is implemented like a to-do app where one to-do list is one document (the lists are shared and can be edited by multiple users). This document then contains a list of todos.Here is the problem:When two users without internet connection add a todo, we get a race condition. If I use the `set()` method, only the last one will be added (because it will overwrite the whole document).Now you will say: "Well then use a transaction, that is made to prevent race conditions like that." The problem here is that Transactions just crash the app when they are executed offline.​Does anyone have a solution for this? Is it possible to merge both lists in `set()`? Is it possible to somehow queue the transaction when offline and execute when online? Is there a library for that? I am glad for any suggestions.

September 17, 2020 at 01:56PM by iLoveSetlX
https://ift.tt/33EpZ6W
New post on /r/flutterdev subreddit:

How much time to program app like airbnb
Hi im new to flutter and have a startup with 4 other people, two of which has no background in flutter but they study IT and have programing background (c++...java...some java for android) How much time required to make an app like airbnb ? And thanks for your time.

September 17, 2020 at 03:26PM by Imadfa2
https://ift.tt/33ABpZv
New post on Flutter Dev Google group:

Please help us to solve Step Count after device boot problem ?
I'm working on a health application with a step-counting feature. Using pedometer 1.2.5 https://ift.tt/3iG7k0W the app is working just fine while the app is not terminated or removed from memory. so I need a way to make the application work in the background and

September 17, 2020 at 04:00PM by Amr Soliman
https://ift.tt/3kntUMj
New post on /r/flutterdev subreddit:

Is it just me or are we starting to get into DLL hell with Flutter packages?
Seems like I'm getting more and more dependency version errors.

September 17, 2020 at 05:36PM by CodyLeet
https://ift.tt/3c5hhm8
New post on /r/flutterdev subreddit:

Want to add a miniplayer to your app?
https://ift.tt/3hP3guk

September 17, 2020 at 06:50PM by VELSEM_
https://ift.tt/3mxfPOg
New post on /r/flutterdev subreddit:

Shop page in the app or a webpage instead?
Here's a question for you all: There are a lot of football apps (any sport app) out there,and all of them have a web page inside a normal screen..2 questions:Isn't it illegal to place your store web page in the app and don't give 30% to android/ios for sales?Even if they don't have to pay 30%, how come apps that cost 20 000$ to make don't have store implemented in them?To me this is so weird, on the one hand they are risking looking apps same as fortnite , on the other hand, they are having so expensive apps with not implemented store..

September 17, 2020 at 07:26PM by AdLive8235
https://ift.tt/2RA1m5Z
New post on /r/flutterdev subreddit:

Truly Realtime Object Detection App in Flutter
Please checkout this truly realtime Object Detection Flutter App with benchmarking results close to native android apps built using TFLite Java libraries. It demonstrates the power of the new TFLite Flutter Plugin and Helper Library for creating performant Flutter ML apps.Object Detection App: https://github.com/am15h/object_detection_flutterMedium Blog: https://medium.com/@am15hg/real-time-object-detection-using-new-tensorflow-lite-flutter-support-ea41263e801d

September 17, 2020 at 10:11PM by _am15h
https://ift.tt/2HbZv5i
New post on Flutter Dev Google group:

Null safety
I would like to use the current beta channel (Flutter 1.22), but I got error because of null safety. My own code isn't null safe yet and I don't know every 3rd party package. What is the best solution to use Flutter Beta right now? What settings can I set, to be in mixed mode (mentioned here

September 17, 2020 at 10:09PM by mars3142
https://ift.tt/35RDnYl