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

My first package - A traditional number paging UI component for the web!

Paging on mobile is based on infinite scrolling, but for the web, there are times when number paging is needed. For those users, I present this package that allows full customization. https://pub.dev/packages/number_pagination It was actually a package that I had created a long time ago and left ... https://www.reddit.com/r/FlutterDev/comments/1bcporr/my_first_package_a_traditional_number_paging_ui/
New post on /r/flutterdev subreddit:

Seeking Advice: Workshop Management System Development - Flutter or React Native + Expo?

Hi everyone, I'm in the planning stages of developing a comprehensive workshop management system that will cater to various aspects such as car services, inventory management, and invoicing. My goal is to create both a web and mobile application for this system, and I'm torn between two options... https://www.reddit.com/r/FlutterDev/comments/1bdj3ov/seeking_advice_workshop_management_system/
New post on /r/flutterdev subreddit:

The non-nullable local variable 'currentUserInfo' must be assigned before it can be used. Try giving it an initializer expression, or ensure that it's assigned on every execution path.

Hello there👋 I am getting this error while doing my flutter app. Here is the code and the //comments i put for the error located This is my error: The non-nullable local variable 'currentUserInfo' must be assigned before it can be used. Try giving it an initializer expression, or ensure that... https://www.reddit.com/r/FlutterDev/comments/1beeq1m/the_nonnullable_local_variable_currentuserinfo/
New post on /r/flutterdev subreddit:

Seeking Guidance on Career Transition from MERN Stack to Mobile App Development

A few years ago I got interested in programming. My first experience was with Android app development. I made a simple Java Android app and published it on Google Play. Then I got distracted by web development. I started building simple React web pages. I also rewrote my Android app into a React ... https://www.reddit.com/r/FlutterDev/comments/1bg3g7v/seeking_guidance_on_career_transition_from_mern/
New post on /r/flutterdev subreddit:

How to Fetch User Location and Device Type in Flutter Apps Using VisitorAPI

I've been tinkering with my latest Flutter project and wanted to share a cool thing I recently figured out - how to fetch user location and device type using VisitorAPI. This has opened up a bunch of possibilities for personalizing app content without diving deep into the complexities of native... https://www.reddit.com/r/FlutterDev/comments/1bic7xq/how_to_fetch_user_location_and_device_type_in/
New post on /r/flutterdev subreddit:

How long did it take you to go from zero to be able to turn your ideas into code and what is your take on what you’d do differently and why?

I want to offer app dev with my web design services to early startups. What’s the best way to go about learning flutter in a short amount of time if I use external tools to generate code etc.? What recommendations do you have for someone wanting to freelance using flutter? Any advice and or... https://www.reddit.com/r/FlutterDev/comments/1bjymcf/how_long_did_it_take_you_to_go_from_zero_to_be/
New post on /r/flutterdev subreddit:

What The Flutter Ecosystem Is Missing.

I love Flutter, but the Flutter resources out there never seem to go beyond what I consider "Intermediate" level. What I mean by this is most resources (books, blogs, and tutorials) at the most advanced level only reach combining existing widgets to make new widgets, state management patterns,... https://www.reddit.com/r/FlutterDev/comments/1bkrm2u/what_the_flutter_ecosystem_is_missing/
New post on /r/flutterdev subreddit:

Apple's UniversalControl like feature built with Flutter

Hey guys, here is a demo of my recent experimental Flutter project, to use same keyboard and mouse with any device which supports Ble HID, just like Apple's UniversalControl, and no app needed to be installed on mobile✌️ https://twitter.com/i/status/1771484451458916424 submitted by ... https://www.reddit.com/r/FlutterDev/comments/1blp6f6/apples_universalcontrol_like_feature_built_with/
New post on /r/flutterdev subreddit:

I made a Flutter coding challenge as part of our interview process. Not sure if the I code I made was too hard but the interviewee failed.

Can you guys try to solve this coding challenge for me -> https://dartpad.dev/?id=d59325e0a922e19df2d9e58062d10ce6 Case: Square and Circle shape must swap or switch when clicking Swap Shapes button. The Text value inside should remain the same. The text content could be anything. it could be... https://www.reddit.com/r/FlutterDev/comments/1bn8i5k/i_made_a_flutter_coding_challenge_as_part_of_our/
New post on /r/flutterdev subreddit:

Have you ever built "refer a friend" functionality before?

Like this dribble screenshot shows, have you successfully implemented a feature that allows users to gain rewards for recommending the app to friends? If you have: How challenging did you find building it? Do you believe the effort was worthwhile? Which types of rewards were most effective (such ... https://www.reddit.com/r/FlutterDev/comments/1bo14wz/have_you_ever_built_refer_a_friend_functionality/
New post on /r/flutterdev subreddit:

Proper state management in 2024 for beginners?

Hey, I have a bit of experience in javascript ecosystem and I am still traumatized by people giving horrible advice (borderline sadistic) to beginners just to feel elitist. Can someone give me advice to doing state management in 2024 for flutter apps for a beginner. I am still learning Dart and ... https://www.reddit.com/r/FlutterDev/comments/1boqpb1/proper_state_management_in_2024_for_beginners/
New post on /r/flutterdev subreddit:

Do I need to purchase the Apple Developer Account in order to access App Store Connect?

So I'm wondering if I will be able to access App Store Connect only after purchasing the Apple Developer account. submitted by /u/Mishka1234567 comments https://www.reddit.com/r/FlutterDev/comments/1bq6f9d/do_i_need_to_purchase_the_apple_developer_account/
New post on /r/flutterdev subreddit:

Super Paging: Add pagination or load more or infinite scrolling functionality to your flutter list view with ease. Also supports Bi-directional paging.

submitted by /u/xsahil03x comments https://www.reddit.com/r/FlutterDev/comments/1brej9e/super_paging_add_pagination_or_load_more_or/
New post on /r/flutterdev subreddit:

Landing Remote Job as a FLutter developer

Hi u/everyone, I hope this message finds you well. I have 3 years of experience in Flutter, specializing in crafting user-centric apps. Now, I'm looking to transition from a physical job to a remote role. I've been exploring various job portals such as FlexJobs and RemoteInTech, but I'm... https://www.reddit.com/r/FlutterDev/comments/1bsx7d2/landing_remote_job_as_a_flutter_developer/
New post on /r/flutterdev subreddit:

Guide to running pre-existing Flutter apps on Google Project IDX

Hi Flutter Redditors, For those that have gotten preview access to Google's Project IDX and want to experiment with your pre-existing flutter projects, the following were the trial-and-error (I tried googling, but Project IDX is too new) steps I took to get my app running; Backup your project! ... https://www.reddit.com/r/FlutterDev/comments/1btp2bc/guide_to_running_preexisting_flutter_apps_on/
New post on /r/flutterdev subreddit:

Observing Performance of a Flutter Application

Hi fellow Flutter Devs, I'm sure some have seen Flutter Dev Tools. We're able to see FPS, Memory Usage, Widget Rebuilds and etc... Is anyone familiar with any tools / libraries / automated tools that can track and report this? Right now what I'm doing is using an entry-level device to check... https://www.reddit.com/r/FlutterDev/comments/1buhbrn/observing_performance_of_a_flutter_application/
New post on /r/flutterdev subreddit:

Which IDE is most popular with flutter developers?

Which IDE do flutter developers use the most? I don't have a lot of memory on my computer so in terms of not using as much resource, it seems to be vscode but in terms of features for flutter development, it seems to be android studio. Please correct me if I am wrong. submitted by ... https://www.reddit.com/r/FlutterDev/comments/1bvf18d/which_ide_is_most_popular_with_flutter_developers/