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

disclosure - widget with accessible controls for showing and hiding content

Hi Flutter developers, excited to share my updated package disclosure! It's a powerful, accessible widget for showing/hiding content. Packed with features like intuitive API, scrollable content, groupable disclosures, customizable secondary widgets, disclosure tile with nested capabilities,... https://www.reddit.com/r/FlutterDev/comments/1d6vsfl/disclosure_widget_with_accessible_controls_for/
πŸ‘1
New post on /r/flutterdev subreddit:

Failed to Present Payment Controller

We're almost finished developing a B2C application using Flutter for iPhone, but we've hit a snag with our Apple Pay integration. After parting ways with one of our team members, we encountered an issue where Apple Pay stopped working correctly. Whenever we attempt to make a purchase using Apple ... https://www.reddit.com/r/FlutterDev/comments/1d7p4xw/failed_to_present_payment_controller/
❀1πŸ‘1
New post on /r/flutterdev subreddit:

What's my best bet for a simple PWA project?

I have some experience with Flutter dev, and the few prototypes I've made paired with the general online consensus makes me think I should be looking for alternatives. The prototypes PWAs are bad, mostly sluggish on low-end devices. The optimist in me tells me that putting the work on best... https://www.reddit.com/r/FlutterDev/comments/1d8elj4/whats_my_best_bet_for_a_simple_pwa_project/
πŸ‘2
New post on /r/flutterdev subreddit:

[Google Maps] What is the most secure way to add Google map api keys in flutter

What would be the most secure way? Should i add keys at build time? Use envied package or use backed for it And how to reduce the number of api calls for maps. Thanks submitted by /u/CoverDue4050 https://www.reddit.com/r/FlutterDev/comments/1da39ac/google_maps_what_is_the_most_secure_way_to_add/ [comments] https://www.reddit.com/r/FlutterDev/comments/1da39ac/google_maps_what_is_the_most_secure_way_to_add/
πŸ‘1
New post on /r/flutterdev subreddit:

Andriod SDK Version Issue

Initially my Andriod Studio was working fine for my flutter project. Later on when I added some more dependencies in pubspec.yaml , I got error when trying to run on emulator saying "One or more plugins require a higher Android SDK version." " Fix this issue by adding the following to... https://www.reddit.com/r/FlutterDev/comments/1dazh1o/andriod_sdk_version_issue/
πŸ‘2
New post on /r/flutterdev subreddit:

Help

We are working on a big project, a graduation project for the university. The idea of the project is a mobile application with an integrated machine learning model. Due to the project's size, we divided into two teams: The first team is working on the machine learning part and used Flutter... https://www.reddit.com/r/FlutterDev/comments/1dd0q7h/help/
πŸ‘2
New post on /r/flutterdev subreddit:

Creating different iOS distributions

I'm developing an iOS app using Flutter and have set up three backend environments: dev, stg, and prod. I'm using Codemagic for the build process, with separate builds for each environment. My question is: How can I automate the creation of three distinct distribution channels so that dev, stg,... https://www.reddit.com/r/FlutterDev/comments/1ddxrhd/creating_different_ios_distributions/
πŸ‘1
New post on /r/flutterdev subreddit:

Q: Hot reload in Production πŸ’‘

Looking at https://shorebird.dev we know that we can ship dart code without the hassles of releasing delays and ceremonies. But this makes me wonder if it is possible to enable hot reload in production? May be hot restart so that the app downloads the latest β€œbundle” when opening and do a... https://www.reddit.com/r/FlutterDev/comments/1deq8v7/q_hot_reload_in_production/
New post on /r/flutterdev subreddit:

Wrote a blog

Hey Everyone Whether you're just starting with Flutter, thinking about diving in, or you're already a pro looking to solidify your fundamentals, check out my latest blog on Medium: "A Guide to Flutter Internals: A Dive into the Concept of Keys and Trees in Flutter" :hatched_chick:. I'm thrilled... https://www.reddit.com/r/FlutterDev/comments/1dfjpaz/wrote_a_blog/
New post on /r/flutterdev subreddit:

Looking moderators for r/FlutterMemes

Hello Flutter Devs! I am the mod of r/FlutterMemes and I want to grow that community as a nice fun place for beginners, professionals and experts... I have never moderates any community so I'm still learning and I am looking for other moderators who join me along.. What I'm looking for - An... https://www.reddit.com/r/FlutterDev/comments/1dgdk5q/looking_moderators_for_rfluttermemes/
πŸ‘1
New post on /r/flutterdev subreddit:

Help needed!!

Suggest some cool flutter project for beginners that stand out from common ones please....... submitted by /u/Bruh2dank https://www.reddit.com/r/FlutterDev/comments/1dihg7y/help_needed/ [comments] https://www.reddit.com/r/FlutterDev/comments/1dihg7y/help_needed/
πŸ‘1
New post on /r/flutterdev subreddit:

How to make youtube video player app in mobile app one on one copy with all functionality?

I wanted to create movie app in my country and wanted to create like youtube video player in my app with all functionality and video controls. Can I do it and how? Thank you so much. submitted by /u/DecentTeacher4728 https://www.reddit.com/r/FlutterDev/comments/1djbjtb/howtomakeyoutubevideoplayerappinmobile/ comments https://www.reddit.com/r/FlutterDev/comments/1djbjtb/how_to_make_youtube_video_player_app_in_mobile/
New post on /r/flutterdev subreddit:

How to Implement an AR Virtual Try-On Feature in Flutter?

Can I build an AR virtual try-on feature in my app using Flutter, or do I need to use any third-party libraries for it? Here is a link to a reference website: https://wanna.fashion/ submitted by /u/bigBwolf https://www.reddit.com/r/FlutterDev/comments/1dk4c6n/howtoimplementanarvirtualtryonfeaturein/ comments https://www.reddit.com/r/FlutterDev/comments/1dk4c6n/how_to_implement_an_ar_virtual_tryon_feature_in/
πŸ‘1
New post on /r/flutterdev subreddit:

Flutter code from github

Hi guys, I am getting a lot of errors every times I downloaded a flutter source code from github, I think this is something most of people know but I am still beginner on flutter and facing difficulty when I try to see an example from github.. Even flutter/material.dart has an underline error!! ... https://www.reddit.com/r/FlutterDev/comments/1dkwhxu/flutter_code_from_github/
πŸ‘1
New post on /r/flutterdev subreddit:

Flutter Camera - Need Help

Hello everyone. Have you used CameraController's startImageStream() yet? Can you give me some experience? I need to process the frame right while recording the video and then send the frame to the server. I have put everything into Isolate for processing but the camera is still lagging, and on... https://www.reddit.com/r/FlutterDev/comments/1dn7u36/flutter_camera_need_help/
New post on /r/flutterdev subreddit:

Flutter as a community

Hello everyone, I wanted to invite you to our Flutter Rescue community. We have developers from all levels. mainly intermediate + expert. We just started this community, it consist of founders and developers. I think you would be a good addition based on your skill level and output. I put the... https://www.reddit.com/r/FlutterDev/comments/1dnyhn9/flutter_as_a_community/
πŸ‘1