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

timeline_tile 1.0.0 | Now with support for horizontal timeline
A package to help build customisable timelines in Flutter now with support for horizontal timeline.​The project at pub or github.The Beautiful Timelines contains real world design examples.Or try the web demo

September 16, 2020 at 04:56PM by JHBitencourt
https://ift.tt/3kgblcS
New post on /r/flutterdev subreddit:

Flutter Widgets ( The Container ) The Whole Picture.
https://ift.tt/3knLIXv

September 16, 2020 at 05:21PM by sulli110
https://ift.tt/3hzwzAM
Flutter Heroes pinned Deleted message
New post on Flutter Dev Google group:

We’ve released 1.22.0-12.1.pre to beta.
Hi all, I’m happy to announce that Flutter 1.22 is now available on the beta channel: 1.22.0-12.1.pre
New post on Flutter Dev Google group:

Resize an image and overlap it above all other objects
I'm using InteractiveViewer for resizing images. Is it possible to resize the image and overlap it above all other visible objects as well as the status bar?

September 16, 2020 at 08:39PM by Flutterdoc
https://ift.tt/32z3Bg6
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