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

How to Display the Modal Bottom Sheet Programmatically in Flutter
https://ift.tt/3Gaw3GT

October 22, 2021 at 06:20PM by maco6461
https://ift.tt/3E8wZJQ
New post on /r/flutterdev subreddit:

inspector - A Flutter eyedropper and widget inspection package
https://ift.tt/3jpUKFi

October 22, 2021 at 07:20PM by kekland322
https://ift.tt/3juVSYn
New post on /r/flutterdev subreddit:

Damn YAML
Damn pubspec file has been annoying me. I'm adding fonts and getting errors. So I assume that I have added extra space or something. Was going to reed documentation on the official page, but it's garbage there. The compiler also doesn't help with anything much. "Expected a key while parsing a block mapping"." YAML is a human friendly data serialization language for all programming languages. "Very friendly... Can't understand it at all. Checked code in validator showing all ok.I just can't keep my cool anymore and need to put this out at least.---------------------------After got it working----------------------------Ok, there was one extra space. But how do I know?I just keep removing spaces and trying it. This is bs...I'm I the only one with this problem?

October 22, 2021 at 11:01PM by Routine-Arm-8803
https://ift.tt/3E8g9Lf
New post on /r/flutterdev subreddit:

Commodore 64 Screen in Flutter
https://ift.tt/3vE3Va0

October 23, 2021 at 06:24AM by VandadNahavandipoor
https://ift.tt/3b1Yd8q
New post on /r/flutterdev subreddit:

My App Layout Broken in Tablet Mode
Why flutter not handle the scale by default? my app is broken. Now i need Screen_util library

October 23, 2021 at 10:01AM by bogaga200
https://ift.tt/2ZjNsfq
New post on /r/flutterdev subreddit:

Apps built using Flutter Framework.
Can anyone post a list of famous apps/companies that used Flutter for apps that are used by millions of People?We know there’s Google Pay, Ads & Alibaba app. But trying to dig deeper than that here.

October 24, 2021 at 01:24AM by ponpbe
https://ift.tt/3CbskpY
New post on /r/flutterdev subreddit:

Golden Testing and Builders before the RootAppWidget
Just what it says, getting RenderBox errors when I attempt to provide a RootAppWidget to the widget under test during goldens.​Workaround is to make the MyApp stateful, just wondering why its happening

October 24, 2021 at 01:17AM by fredgrott
https://ift.tt/2ZgKc4P
New post on /r/flutterdev subreddit:

Full stack graph tutorials?
Does anyone have good resources of full stack grpc with flutter? I have taken few courses on udemy but had difficult understanding as those courses won't show end to end integration. I have tried the official grpc site but being an below average developer I find it extremely difficult to wrap my head around it. There are tons of Graphql tutorial but looks like not enough good resources on Full stack grpc. I am ok with any language for the backend as long as it shows integration with front end as well.

October 24, 2021 at 05:56AM by BraveEvidence
https://ift.tt/3jtE1Ru
New post on /r/flutterdev subreddit:

Isolates for repeating background work
Everybody knows there's the nice compute function which is good for performing 1-time heavy operations in the background (like parsing large JSON).But what about some repeating background work?
For example, I have a large set of data (10K items) and I want to run fuzzy searches to select specific items from time to time. Calling compute each time would be a bad idea because it would mean copying the 10K items again and again.I couldn't find a good solution so I made a class encapsulating an Isolate, which:Sends the 10K items to the Isolate on the startKeeps the Isolate runningWhen the user performs fuzzy search, the requested String is sent to the IsolateThe background Isolate then performs a search and returns results back to the main IsolateIt felt a bit strange to manually use all the SendPort and ReceivePort, I felt like there must be an existing solution to perform repeating actions on single large data set, but I couldn't find any library or any function in the SDK.Are there any?

October 24, 2021 at 09:19AM by submergedmole
https://ift.tt/3nrA5lL
New post on /r/flutterdev subreddit:

Who knows FinTech startups making apps with Flutter ?
I am wandering what kind of inApp protection or RASP they use if any to avoid cloning and assets & key protection.

October 24, 2021 at 01:04PM by sergeychuk
https://ift.tt/3vEvkJ2
New post on /r/flutterdev subreddit:

Cache API Integration with HydratedBLoC in Flutter
​Cache API Integration with HydratedBLoC in FlutterSource Codes IncludedMedium Story Link: https://medium.com/@CodingWithImran/cache-api-integration-with-hydratedbloc-in-flutter-fc51fae29b1f

October 24, 2021 at 01:03PM by imran_sefat
https://ift.tt/3b2apX0
New post on /r/flutterdev subreddit:

Do you know about the #URL #Launcher official #package in #Flutter? 💙 It allows you to open telephone, email, website URLs in the host operating system.
https://ift.tt/3Bc8lWO

October 24, 2021 at 04:09PM by VandadNahavandipoor
https://ift.tt/3jQSbwz
New post on /r/flutterdev subreddit:

Test RootWidget Wrapping For Goldens and Widget testing
Some hints if your impatient as my Test Wrapper article is this afternoon.​OnGenerateRoute cannot be in it, you will mirror your MyApp Class as a text fixture without that.restorationScopeID cannot be set.The widge under test goes as a parameter in the home slot of the AppWIdget(Material or Cupertino). And, wrap the widget under test in a material container.To avoid having to write tester extension to get a way to insert the root widget as a wrapper around the widget under test use ebay's golden toolkit.Since all of us use builders to supply theme changes make sure to use tester.runAsync to pump the widget only as the expect stuff will go outside of that code block.​Its not specifically mention in Flutter Docs under Goldens.​happy App designing and coding!

October 24, 2021 at 04:05PM by fredgrott
https://ift.tt/3GgXuih
New post on /r/flutterdev subreddit:

Boilerplate project using RiverPod, Dio, Auto_Route
I try to maintain a boilerplate project for my starter project, the first version of this I wrote back in 2019 with Bloc now I rewrote my Boilerplate but with RiverPod this time. It comes with lots of other improvements as well. Though featurewise it's very barebone but can help with project structure and others. here's the link: https://github.com/SimpleBoilerplates/Flutter

October 24, 2021 at 03:37PM by sadmansamee
https://ift.tt/3vDvGQ6