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

Flutter web clicks buggy?
Hi Everyone!​I am use Flutter web in production. Normally it work good but if user click many button on same page many time then other button on page stop working (also no hover effect).​Anyone see this issue also? How to solve?

January 27, 2021 at 02:38PM by Flutter_Dev
https://ift.tt/3sYNtQ5
New post on Flutter Dev Google group:

Document Snapshot platform error
Hello everyone, I get this error, this is new for me and I don't know how to fix it. Does anyone know about this?

January 27, 2021 at 03:01PM by Karan Tripathi
https://ift.tt/39kRLcG
New post on /r/flutterdev subreddit:

I am really struggling to understand riverpod
If calling a function from a ChangeNotifier causes unbounded state errors unless it is the direct result of some widget integration just seems incredibly limited.It doesn't matter if I use context.read() vs watch() in a consumer(). Every single time just an attempt to call a function update the string stored causes an Unbounded state error I guess because I want to update in the .when response of another FutureProvider instead of when a button is pressed? Why?Everyone just says "switch to state notifier" guess I'll refactor but I am pretty puzzled by why riverpod is considered useful right now.

January 27, 2021 at 05:16PM by highgarden
https://ift.tt/3pp83XI
New tweet from FlutterDev:

Hey everyone :) @filiphracek and I are working on a new template for Flutter and we'd love your help!

If you're interested, please check out the intro video and dive into the discussion on Github. https://t.co/eTYZnBsYTU

We look forward to hearing your thoughts :) pic.twitter.com/dxRekjY5Kq— brianegan (@brianegan) January 27, 2021

January 27, 2021 at 06:17PM
http://twitter.com/FlutterDev/status/1354478586212741120
New post on /r/flutterdev subreddit:

Provider, Is it a socket or something like that?
Hi guys, I'm watching some videos and some people used this statement :"Provider.of<Something>(context...)" I saw also that it's used for Firebase to call the database.So I read something on the internet and I feel like if this Provider is a method to create a socket, something that listens for events.Is this right? Can someone explain me this?

January 27, 2021 at 07:34PM by _seeking_answers
https://ift.tt/3iTItaT
New post on /r/flutterdev subreddit:

Could Flutter be a life-changing framework?
https://ift.tt/3opXdiI

January 27, 2021 at 07:20PM by quetool
https://ift.tt/2M8Bteh
New post on Flutter Dev Google group:

Flutter Web: http Response Status Code?
Hello, I'm posting to an API server and trying to check the response status code to determine success or failure. According to several examples I've found, there should be a Response.statusCode integer value that is returned. However, it doesn't show in code complete on VS Code. Instead,

January 27, 2021 at 10:55PM by Kevin Roberson
https://ift.tt/3ooBOGW
New post on /r/flutterdev subreddit:

Cubes | Flutter Package
Hey guys!I would like to share a package that I have been evolving and using in personal and freelance projects.A package that helps us to separate business rule from views.Based on the MVVM architecture.I think it's worth a look.I am open to suggestions and contributions.https://pub.dev/packages/cubes

January 27, 2021 at 09:49PM by rafaelbarbosatec
https://ift.tt/3ppc2DF
New post on /r/flutterdev subreddit:

Flutter push notification from laravel
https://ift.tt/3r2guZd

January 28, 2021 at 04:31AM by Pramod_Bhai
https://ift.tt/3iQ4HKU
New post on Flutter Dev Google group:

Is isolate.kill enough?
Hello, If I spawn an isolate, do I need to free all resources manually or isolate.kill enough? Thanks, Akhil

January 28, 2021 at 05:32AM by Akhil Tiwari
https://ift.tt/3poUUxK
New post on /r/flutterdev subreddit:

Question for flutter devs
What has been the backend you have used for your flutter app and why?

January 28, 2021 at 06:42AM by C0d3rStreak
https://ift.tt/3a3tMOg
New post on /r/flutterdev subreddit:

Trying out Moor for the first time (using .moor files) Building an offline first app. [LIVESTREAM]
https://ift.tt/2LDOkoy

January 28, 2021 at 09:03AM by uhossein
https://ift.tt/2Mf3ErT
New post on /r/flutterdev subreddit:

Dpad use approaches?
I am thinking of working on a small Android TV project.The very first step for this though is to understand and use the "official" (or at least the right) way of Dpad (remote control keys).Reading around, I have found 2 ways for using this: * via FocusNode * via ShortcutManagerI was using these two open projects as references, but they are outdated, buggy, and use different approaches. Which adds even more frustration: * https://github.com/hanniiel/flutter_tv * https://github.com/rikaweb/chillyflixThe questions I am having are: * How to navigate inside a list (horizontal or vertical) * how to move between two or more horizontal lists (rows) * Dpad in main sections and navigation menu (horizontal or vertical, etc.)Please anyone who has notes, sample code, open projects, references to articles or even courses - do share.

January 28, 2021 at 08:12AM by dimitar71
https://ift.tt/3r304QD
New post on /r/flutterdev subreddit:

Episode 4 of my "Code with Me" series is out!
https://www.youtube.com/watch?v=IPAL5vJXiXU

January 28, 2021 at 09:16AM by blueishninja
https://ift.tt/2Mxpcju
New post on /r/flutterdev subreddit:

Create a Sticky Footer With a Scrollable Body View in Flutter
How to create a Widget that contains a Header and most importantly a Footer which obviously should remain at the end of your screen.

January 28, 2021 at 11:36AM by Fewthp
https://ift.tt/39rVo0o
New post on Flutter Dev Google group:

send multiple image files to firebase storage
greeting to all, i want to send multiple image path to firebase for which I am using a multi-image picker. i am able to get the path and display it in the console but when I send more than one image file to the backend it shows an error. below is the code that I have used -: import 'dart:convert

January 28, 2021 at 12:31PM by palak pandey
https://ift.tt/2KW02uh
New post on /r/flutterdev subreddit:

New Flutter Package: floating_bubbles
I've Published a new Flutter Package called floating_bubbles. It is a flutter package to add floating bubbles on the foreground to any widget. One can use it in login/sign-up screens, add this to the foreground to any video playing in the app, images, etc. Currently there are minimal customization. But I am working to bring more features to this package. There is also a Pre-release version where this package supports null-safety.I am open to suggestions and contribution.https://pub.dev/packages/floating_bubbles

January 28, 2021 at 12:00PM by poujhit
https://ift.tt/3r3Eg7t