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

Flutter web firebase hosting creating new index.html and deploying that only.
Hi there, I developed a flutter web ,but hosting firebase is not understanding. I followed but that process creating new index file not deploying my dart html file

October 07, 2019 at 05:44PM by Thiszmyusername
https://ift.tt/2IuXAX4
New post on /r/flutterdev subreddit:

Is There a Good Way to Draw Hit Area Over Image in Flutter?
When you have design assets that you want to turn into a working app, it's much faster to draw hit areas over image mockups versus recreating the design as an app.Does anyone have experience simulating UIs using images in Flutter?

October 07, 2019 at 06:07PM by gamelaunchplatform
https://ift.tt/2Vk6MD2
New post on /r/flutterdev subreddit:

Minimal Quotes app which has 3500+ quotes. Need Someone to collaborate.
https://ift.tt/2oqgEPF

October 07, 2019 at 07:08PM by chif_
https://ift.tt/2Vm07YZ
New post on /r/flutterdev subreddit:

Cached data from BE
Hi to everyone,In Android project we have a module, which refreshes data, it stores the timestamp of the last update (usually in SharedPrefs) and update, if data is old.Api is simple (simplified even more):Refresher(key: String, timeToBecomeOld: Long, saveAction: (data: T) -> Unit, fetchAction: () -> Single<T>, databaseStream: Observable<T>) {fun stream(force: Boolean): Observable<T> {// here we return first item from database and// if it's empty or shared prefs say that this is very old, we fetch again and return stream of the data, database is reactive and returns new data on save.}}usage:val usersRefresher = Refresher("users", 5 minutes, database::save, api::fetch, database::users)fun getUsers(force: Boolean) = usersRefresher.stream(force)Problem is that this module is big enough and describes a lot of logic (parallel calls to same stream are producing only one refresh etc.) I was wondering, if you know some kind of made library or snippets to do such kind of behavior on Flutter.P.S. Sorry for the formatting, never used formatting in Reddit before

October 07, 2019 at 07:57PM by tonyshkurenko
https://ift.tt/2ASMjf3
New post on /r/flutterdev subreddit:

Flutter Arsenal is a categorized directory of libraries and tools for Flutter. These libraries and tools are so-called WEAPONS of this ARSENAL.
https://ift.tt/2OrWhMD

October 07, 2019 at 09:39PM by rahul1996_
https://ift.tt/2pM9563
New post on /r/flutterdev subreddit:

Can I build and debug flutter web apps with android studio?
Hi,Today I will start playing a bit with flutter for the web. I'm used to use android studio for my apps. Can I use android studio for building and debugging flutter web apps to?Cheers.

October 07, 2019 at 11:43PM by wacomlover
https://ift.tt/2OubAEG
New post on /r/flutterdev subreddit:

A collapsible header example I've lost interest in continuing development, gif inside.
https://ift.tt/2Iy6UJQ

October 07, 2019 at 11:58PM by Gibepad
https://ift.tt/2nmqJMS
New post on /r/flutterdev subreddit:

My first package - a highly customizable circular slider
Hi,I've been an iOS developer for years. I had been rather sceptical when it comes to any cross-platform solutions but a few weeks ago I started to play with Flutter and was very pleasantly surprised by it. Anyways, without further ado I'd like to show you my first Flutter package. Please let me know what do you think!​https://youtu.be/ECXdRYs89QYhttps://pub.dev/packages/sleek_circular_slider

October 08, 2019 at 05:22AM by matfx26
https://ift.tt/2LUMNHV
New post on /r/flutterdev subreddit:

#9 RaisedButton Flutter Widget
https://youtu.be/kTpGoAt6HmE

October 08, 2019 at 08:56AM by systechdevelopers
https://ift.tt/2LTLaKH
New post on /r/flutterdev subreddit:

google_sign_in_all | Flutter Google Sign In wrapper for web and mobile
https://ift.tt/2liImfw

October 08, 2019 at 09:16AM by jarekb123
https://ift.tt/2VnChMs
New post on /r/flutterdev subreddit:

Understanding Memory Usage
Im wondering if anyone out there can help me better understand the memory tab for Dev Tools.I have a widget with 3 buttons, each is an option ie. Ok, Defective, N/A. When the widget first loads and i take a snapshot i get 1 count of each widget in the instance. However as i a switch between options ie, tap ok, then tap defective etc and take another snapshot, the count in the heap goes up and up. Even more so the other widgets that share the screen with these ok, defective, n/a options also increase their counts in the heap.Any help here would be greatly appreciated.

October 08, 2019 at 09:13AM by woogygun
https://ift.tt/2p0IuSr
New post on /r/flutterdev subreddit:

You always wanted to automate the verification of your project dart code style ? aka (analysis_options.yaml) But could not find a free tool for that ? Or you wanted to verify that a pull request meet your coding style guide? dbstyleguidechecker package is here to help.
https://ift.tt/2IxA6Rb

October 08, 2019 at 01:12PM by bitsydarel
https://ift.tt/31XBa8O
New post on /r/flutterdev subreddit:

Dart has extensions! It's 2.6 dev branch iirc but the analyzer is setup to play around with it already.
https://twitter.com/luke_pighetti/status/1181559511427031043

October 08, 2019 at 03:59PM by EngineerScientist
https://ift.tt/2oZVEz8
New post on /r/flutterdev subreddit:

How to add stickers in app?
Hello Fellow flutter developer, I need some help from you. I am building a social app and I want to add sticker to it. I want the stickers to pop up when you click on an icon like the keyboard pop ups and when i click on the icon again the keyboard should pop up. How would you go about implementing it? I cannot find any guide online on how to do this.
Sorry for my bad english as i am not a native english speaker.

October 08, 2019 at 03:30PM by Bhallu_
https://ift.tt/2of9wpn