Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Why do built-in widgets carry so much complexity?
This is a UML diagram of the Checkbox widget. I'm wondering why what could be implemented as a CustomPainter or even widgets like a Slider end up with RenderObjectWidgets which seems to really complicate things? As a widget author, what am I gaining by copying these patterns versus using (what I

January 27, 2021 at 04:38AM by James Cook
https://ift.tt/3ablaFH
New post on Flutter Dev Google group:

How to convert List Tiles View to Individual List View in flutter
Hi, How to convert List Tiles View to Individual List View in flutter. I have already retrieved the text items , images and pdfs in vertical card List View or Ui and also List Tiles View. But Now I want to show individual List view when clicked on any item in the List Tiles View.

January 27, 2021 at 06:51AM by shravan kumar Pottala
https://ift.tt/2YgHckP
New post on Flutter Dev Google group:

In Flutter implementing native SDK witihin Kotlin Using the Context.getSystemService(Context.NOTIFICATION_SERVICE) leads to a nullpointer exception
i have a big problem and does not know the answer, maybe someone can help me: I want to include a *third party sdk* into *flutter* which means i created a channel and am currently implementing the native in kotlin code. To get started with the third party sdk i implemented a class which extends

January 27, 2021 at 08:41AM by Bassir Ahmad
https://ift.tt/3ofXMM8
New post on /r/flutterdev subreddit:

Any Code Editor Written in Flutter?
It just comes to my thought when comparing electron and flutter on desktop.

January 27, 2021 at 08:45AM by BasicHome
https://ift.tt/3qZjtl9
New post on /r/flutterdev subreddit:

Fliki (Wiki search app, written in Flutter)
Hello everyone,I'm excited to showcase my new app, Fliki. Fliki is a minimalistic application written in Flutter with loads of features.Features:Added state management (Provider)Caching API responsesAdaptive icons on AndroidLong press to share a result to other apps.History panel to show the last 5 recent searches.Clear history and caches in a single clickToast messages to denote the user if he is seeing the cached data or from APINative Splash screenDynamic Theme support (Persistent)Haptic feedback in some places to improve UXCode: https://github.com/Imgkl/FlikiCheck it out and contributions are always appreciated.

January 27, 2021 at 10:33AM by chif_
https://ift.tt/3pphQwL
New post on /r/flutterdev subreddit:

Trying out Isar database for the first time. Isar vs Moor vs Hive? [LIVE STREAM]
https://ift.tt/2LDOkoy

January 27, 2021 at 11:10AM by uhossein
https://ift.tt/3qVAb4Z
New post on Flutter Dev Google group:

save data without on click process
greetings to all, today i made some cards using text fields and i haven't made the button. now i am a bit curious that can i save the data when i stop writing? i don't know if anyone will understand my question or not, but here I want to work on saving data to firebase when I stop writing and the

January 27, 2021 at 12:53PM by palak pandey
https://ift.tt/2MufEFW
New post on Flutter Dev Google group:

I'm Facing this Error
I shift my channel beta to stable and flutter gives me these errors after running pub get Because levana depends on integration_test any from sdk which doesn't exist (could not find package integration_test in the Flutter SDK), version solving failed. pub get failed (server unavailable) --

January 27, 2021 at 12:54PM by Arslan Raza
https://ift.tt/3oqxWVE
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