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

Official documentation vs Books

i know java , data structures and algos , and mostly use them for leetcode . i want to develop something interesting to put in my resume and for the sake of learning too. i don't know javascript or css , so i am going the flutter way . where do you guys recommend to learn building apps ? Books... https://www.reddit.com/r/FlutterDev/comments/wb3fzr/official_documentation_vs_books/
New post on /r/flutterdev subreddit:

Which Database to use for building University Social media app ?

Hi Devs I'm planning build a guide app for students through their study in my university the app will be a semi social media app as a final year project, i'm having trouble deciding what database to use, i heard that i can use sqlite, i have no experience with i but also its an offline database... https://www.reddit.com/r/FlutterDev/comments/wbrv7u/which_database_to_use_for_building_university/
New post on /r/flutterdev subreddit:

Any open source example of an app that uses Bloc?

I watched a YouTube series about BLoC architecture and I think I got the grasp of it. Now I want to see an app that isn't a counter implements it. submitted by /u/elfennani link comments https://www.reddit.com/r/FlutterDev/comments/wbwoiw/any_open_source_example_of_an_app_that_uses_bloc/
New post on /r/flutterdev subreddit:

Anyone aware of an SDK/service to connect to bank accounts and credit card transactions?

A paid service is absolutely fine and pricing should gear towards independent small time app devs. I'm just looking for a simple ability to pull bank account and credit card transaction. My research pointed me to three options, but I never heard of any of them. The three options are Yapily Dapi... https://www.reddit.com/r/FlutterDev/comments/wc2o1n/anyone_aware_of_an_sdkservice_to_connect_to_bank/
New post on /r/flutterdev subreddit:

Shader - visual effect packages?

There is a package called fadeoutparticle, that gives a very cool visual effect to texts and icons. But it's the only package I know of this kind. Do you guys know any similar packages that can be used to create shader-like visual effects? I don't know if that package utilizes shaders, but... https://www.reddit.com/r/FlutterDev/comments/wddyj1/shader_visual_effect_packages/
New post on /r/flutterdev subreddit:

Is 500 ms response time good when serving from local machine (192.168.1.)

Hello, Im a new Android dev, currently building a study-related app, The special regarding this project is that the web server is also custom made in JavaScript, not using HTTP, but TCP sockets directly, using local address "192.168.1.
", and not "10.0.2.2" or "localhost" and since Im a new,... https://www.reddit.com/r/FlutterDev/comments/wdk0bt/is_500_ms_response_time_good_when_serving_from/
New post on /r/flutterdev subreddit:

Flutter Newsletter and courses

submitted by /u/iamjohnsonmendonca link comments https://www.reddit.com/r/FlutterDev/comments/we2lx6/flutter_newsletter_and_courses/
New post on /r/flutterdev subreddit:

I created an example of a "hover to expand" navigation rail

I have been experimenting with desktop and web user experiences with a navigation rail. I figured other might find this helpful: wrap your NavigationRail with a MouseRegion so that when you "hover" over the rail it expands. (This implementation is done in a StatefulWidget with two primary State... https://www.reddit.com/r/FlutterDev/comments/webxd1/i_created_an_example_of_a_hover_to_expand/
New post on /r/flutterdev subreddit:

Anyone currently working in mobile app development and have a few minutes?

Hi all! I'm Lauren, I work for raywenderlich.com, and we have a survey going right now that we hope will help all developers working right now in the mobile app space. The results of this survey will help other developers better know their worth, no matter where in the world they are and we want ... https://www.reddit.com/r/FlutterDev/comments/wedq91/anyone_currently_working_in_mobile_app/
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/