Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

🎉 Supporting iOS 14 and Xcode 12!

☝️Is your iOS 14 app using TextField, CupertinoTextField, or TextFormField? 👉 Make sure it’s built with Flutter 1.20 or later.

All other existing production apps will run just fine on iOS 14 devices.

More info here ↓ https://t.co/GO1uwZ2wmX— Flutter (@FlutterDev) September 16, 2020

September 16, 2020 at 08:57PM
http://twitter.com/FlutterDev/status/1306306142558023680
New post on /r/flutterdev subreddit:

YouTube Concept UI
Hello World;I have been experimenting with Flutter for the last few days, Got to learn many things while working on this fun project so here is my concept UI for YouTube.Video LinkCheck the project on GitHub: Project link the repository if you liked it.Would love for any suggestions and improvements from your side. Happy coding

September 16, 2020 at 09:28PM by sahq_azhar
https://ift.tt/2Rur9wi
New post on /r/flutterdev subreddit:

Nested Navigator Tabs
I just released my first opensource library. It has a similar functionality to the nested nevigator lib, but without its limitation. So it's possible to use any kind of Route or custom bottom navigation widget with the possibility to build the full layout including the scaffold.I needed these options for a project I'm working on but I'm open for any suggestions(even with breaking changes) Check it out on pub.dev

September 16, 2020 at 09:09PM by hunkodam
https://ift.tt/2FLNeUd
New post on /r/flutterdev subreddit:

I released my first game made with Flutter and the engine Flame
Hi, I'd like to share my first game made with Flutter and the engine called Flame, I had no knowledge about games, actually I'm still learning to be able to build more complex games.Thank you!https://play.google.com/store/apps/details?id=br.com.dapps.sky_heroes

September 16, 2020 at 11:50PM by D_apps
https://ift.tt/2Fsbc7v
New post on /r/flutterdev subreddit:

Good resources?
Hi, just stated with Flutter. Can you guys kindly recommend me any documentation, tutorial or book where I can learn about in depth flutter widgets, dart syntax, data flow etc. I’ve tried myself but maybe because of my limitation I only get specific tutorial and blogs. Any help will be much appreciated.

September 17, 2020 at 03:43AM by yaadyeud
https://ift.tt/3c3F85I
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