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

Reasons why I, as a C# DotNet developer, skipped Flutter and regretted it
I'd like to share some of the reasons why I skipped flutter when choosing my Mobile Stack. It was a big mistake. I am now using Flutter for all my mobile projects.- I was Xaml'ized. Xaml is Microsoft's UI language. Xaml was at my fingertips. I could visualize an entire page purely in Xaml. Xaml was good for Windows Dev. For mobile, it's just not there yet.- I overly loved LINQ. In C#, LINQ turns long codes into a single line.- I had some of my favorite C# DotNet libraries.- I mistakenly thought that keeping everything C# would make back-end interactions easier. I failed to learn about Swagger which makes API calls agnostic.- I love RXJS. I used this a lot for my Web Apps. I did not realize there was an RxDart.- I was sold on to MAUI. MAUI is the next evolution of Xamarin. While it may be good, it, unfortunately, does not use the Skia or UI Engine approach like Flutter. Hot reload issues and long debug cycles will still be there in MAUI.​​In sum... it's was the comfort zone. I advise all C# DotNet Developers, please take Flutter seriously. You will be missing a lot for not joining the flutter band wagon.

February 24, 2022 at 11:21PM by mevlix
https://ift.tt/PWBcK98
New post on /r/flutterdev subreddit:

What is the status of Flutter IAP? still only support Android and iOS?
I know we can use Stripe to do iap on the web. How is the macOS and windows support of the in app purchase feature?

February 25, 2022 at 06:24AM by westlinkin
https://ift.tt/R9j8hPQ
New post on /r/flutterdev subreddit:

App storage management in flutter
How do you guys deal with app storage while building a flutter app? Some people use firebase,but thats for online apps.If I want to build an app with complete offline functionality which has to store data in various formats,what do I use? I know shared preferences is used for user settings,but what about more complex hierarchical data? Please help,Im confused.

February 25, 2022 at 08:54AM by Blade2520
https://ift.tt/mG7ROlJ
New post on /r/flutterdev subreddit:

Here is an open-source website that I am working on with the aim to let users browse small widgets/use-cases that you can easily copy-paste in your project.
https://ift.tt/j8eXi1w

February 25, 2022 at 10:25AM by bimsina
https://ift.tt/Zu0ls29
New post on /r/flutterdev subreddit:

Favorite items in Firestore
I have a list of events that the user can add to favorites. I have event entity in my app which contains all information about the event, including whether the logged in user has it in favorites. I want my entity to react to real time values. I am wondering what is the most efficient solution to achieve that. Should I create two collections? First for events and second for userFavoriteEvents with ids of events which will be a sub collection for users. And then merge both streams, listen for changes in them and dynamically create an event entity based on both pieces of information. Is this a good approach? Or maybe there is a way better one, thanks in advance!

February 25, 2022 at 12:14PM by eloherbapol
https://ift.tt/HYVupAg
The first Flutter Heroes event is launching in Italy 👩‍💻🧑‍💻.
Flutter experts coming together to share new ideas, meet & discuss about Flutter (other topics also permitted!) and look at what’s coming next in the industry.

Full details can be found here: https://flutterheroes.live/
New post on /r/flutterdev subreddit:

[http_plus] drop-in replacement for http package with HTTP/2 goodies!
https://ift.tt/pbkYwFr

February 25, 2022 at 02:17PM by Harsh182
https://ift.tt/XUWwsbH
New post on /r/flutterdev subreddit:

Top 30 Git Commands You Should Know To Master Git CLI | By Devign | Tealfeed
https://ift.tt/VXL5GIe

February 25, 2022 at 03:57PM by sarfarazstark
https://ift.tt/wFOjgzd
New post on /r/flutterdev subreddit:

VSCode Shortcuts, Extensions & Settings for Flutter Development | By Devign | Tealfeed
https://ift.tt/xsLK5hn

February 25, 2022 at 03:49PM by sarfarazstark
https://ift.tt/0OwLpST
New post on /r/flutterdev subreddit:

Creating a data layer in Flutter: combine API requests with database queries using the Repository Pattern
https://ift.tt/OBkb47J

February 25, 2022 at 07:58PM by svprdga
https://ift.tt/tS62G4e
New post on /r/flutterdev subreddit:

It's really hard to use Provider package
There are too many Do, Don't lists for every Provider class. It warns that even a small mistake will not work properly. I think it's easier and simpler to code by combining Singleton class and setState() rather than using Provider.

February 26, 2022 at 04:58AM by cjkis
https://ift.tt/8ztjAlo
New post on /r/flutterdev subreddit:

Flutter Startup Time
Hi, I am currently developing my first big flutter app and I don’t know when it started, but at some point the app startup time just was pretty slow with ≈8 seconds on my IPhone.So I just wanted to hear some opinions about that: is that a common issue, are there some ways of improving the startup time or any best practices?Or in a more general sense, is there something you learned about good performing apps that you wished you knew when you started developing with flutter?For example I tried for a long time to integrate a ListView.builder with a few thousand items and with shrinkwrap enabled until I stumbled over a video explaining that shrinkwrapping the listview makes all the items render at once…I searched for days for a solution yet it was so easy to fix..Did you have such learnings as well?

February 26, 2022 at 01:41PM by LivingAd3183
https://ift.tt/WSOwGXK
New post on /r/flutterdev subreddit:

Flutter web - initial loading
hey, flutter web at current state is already amazing, the only annoying part to me is this initial load time (3s to 8s, to start canvaskit or load dart.main.js), do you think this will be possible to fix ever? Given that behind the scenes flutter is a graphic render engine and not an html page that can load instantly.

February 26, 2022 at 01:25PM by Apokaliptor
https://ift.tt/moC8XfM
New post on /r/flutterdev subreddit:

unknown properties
I am new to the Reactnative and flutter freelancing but I want to ask what do you do if the client asks about a property that you don't know about or anew function that you dont know its logic....I know you search stackoverflow or google it but how you search about something that you dont know about it how you explian your view to the one you ask even you dont know the name of the property its you search about something vague ....how do you face this uncertainty in that carrer ......forgive for my fear and confusion of uncertainty

February 26, 2022 at 04:43PM by engkhaledeisa
https://ift.tt/M2eHKu6
New post on /r/flutterdev subreddit:

dependencies in pubspec.yaml
If a package such as flame_rive depends on flame, is there an advantage to also specifying flame in the dependencies. For example, should I do this:yaml dependencies: flutter: sdk: flutter flame_rive: ^1.0.0 flame: ^1.0.0Or, is it okay to delete the line that has flame and just do this:yaml dependencies: flutter: sdk: flutter flame_rive: ^1.0.0I notice that the auto-import of VS Code may not be detecting some of the flame packages when I do CTRL-.

February 26, 2022 at 07:29PM by codetricity
https://ift.tt/WBsbKyf