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

Dart added to LeetCode

Now do competitive programming and enhance your data structure knowledge in dart. submitted by /u/bishnoianurag link comments https://www.reddit.com/r/FlutterDev/comments/wf2z5n/dart_added_to_leetcode/
New post on /r/flutterdev subreddit:

Flutter Staggered Grid View - Package of the Week

submitted by /u/backslashflutter link comments https://www.reddit.com/r/FlutterDev/comments/wfsyoa/flutter_staggered_grid_view_package_of_the_week/
New post on /r/flutterdev subreddit:

Introducing MVVM+

https://pub.dev/packages/mvvm_plus I just released the Flutter package MVVM+. It's a lightweight Flutter implementation of MVVM, plus support for sharing business logic across widgets. I hope it is of use to some folks. submitted by /u/Flaky_Candy_6232 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/wg3df7/introducing_mvvm/
New post on /r/flutterdev subreddit:

Where to see Flutter progress and roadmap?

Other than trying to make sense of thousands of Github issues and dozens of labels, how can one see what is really being worked on, and what is in the development pipeline? Major version releases are perhaps once a year and seem more aimed at marketing and PR. In light of this I’m... https://www.reddit.com/r/FlutterDev/comments/wgncey/where_to_see_flutter_progress_and_roadmap/
New post on /r/flutterdev subreddit:

Json Decoder for Parsing Large Jsons in a Streaming Way | json_events

Current dart implementation of jsonDecode stores the whole json as map which is not feasible for large files. ​ I have written a package that creates events based on the tokens encountered. The following events are fired: /// Type of events that can be dispatched enum JsonEventType { ///... https://www.reddit.com/r/FlutterDev/comments/wgyylo/json_decoder_for_parsing_large_jsons_in_a/
New post on /r/flutterdev subreddit:

Flutter State Management

Hello everyone, I have a question, you’ve taught yourself Riverpod State Management, you’ve started working with a team, but they’re using Bloc is that going to be a problem? should I have to try to learn Bloc from the beginning and give up Riverpod, or will it not be a problem ... https://www.reddit.com/r/FlutterDev/comments/whni0j/flutter_state_management/
New post on /r/flutterdev subreddit:

Futter inapppurchase acknowledge issue

We've detected that your app is not acknowledging all in-app purchases or subscriptions. Starting with Billing Library 2.0, all purchases must be acknowledged within 3 days or they will be automatically refunded. Stackoverflow Question Can anyone help me please submitted by /u/Sunnatjon ... https://www.reddit.com/r/FlutterDev/comments/whqm8x/futter_in_app_purchase_acknowledge_issue/
New post on /r/flutterdev subreddit:

VelocityX

I just came across VelocityX, it seems like an all in one package similar to the most loved GetX (lol), what are your thoughts on it, is it any good or is it just another GetX. submitted by /u/Maherr11 link comments https://www.reddit.com/r/FlutterDev/comments/wj1rpy/velocityx/
New post on /r/flutterdev subreddit:

Convert excel sheet to pdf in flutter

i need to open an excel sheet in flutter app and convert it to pdf is there any possible way or package to do this?!!! submitted by /u/mohamedalaa123 link comments https://www.reddit.com/r/FlutterDev/comments/wksuxy/convert_excel_sheet_to_pdf_in_flutter/