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

Video & Audio Calling using Flutter WebRTC | Whatsapp Clone Flutter Part 7

Hii developers 👋 if you are interested in developing a complete WhatsApp clone application in flutter then make sure to follow along with this series on YouTube. The 7th part is LIVE NOW where I have created the video and audio calling functionality in the app as we have in WhatsApp with ... https://www.reddit.com/r/FlutterDev/comments/vyuqbv/video_audio_calling_using_flutter_webrtc_whatsapp/
New post on /r/flutterdev subreddit:

Are there any disadvantages to using Get/GetX

I’ve been researching different state management and routing solutions for an app I’m starting to build. Have known about Get for a while and thought I had settled on Bloc for state management and named routes for my routing and dependency injection. I took a look at the Get... https://www.reddit.com/r/FlutterDev/comments/vyyjg3/are_there_any_disadvantages_to_using_getgetx/
New post on /r/flutterdev subreddit:

Iofod supports Flutter 3.0 project generation

https://medium.com/@iofod/iofod-supports-flutter-3-0-project-generation-e63e43ad140b iofod defines a set of DSLs, the content we edit in iofod actually generates the DSLs we define, and then we can transform the DSLs into platform-specific code with the help of a platform-specific parser. You... https://www.reddit.com/r/FlutterDev/comments/vzht0a/iofod_supports_flutter_30_project_generation/
New post on /r/flutterdev subreddit:

Flutter architecture/design pattern.

This may come as a noob question, but I would like to know what is the architecture /design pattern for the building a flutter application with bloc/riverpod? It would be great if someone can help with that and tell me resources to learn also? Thank you! submitted by /u/NanatsuXIV link ... https://www.reddit.com/r/FlutterDev/comments/vzp9cj/flutter_architecturedesign_pattern/
New post on /r/flutterdev subreddit:

What order should I make the app?

Hi! I'm making an event booking and ticketing sort of app, and I'm kinda new to this app dev thing. I've done a few things before, but I just had a question. What order should I make the app? I mean, in what page order. Do I start by making the login page, the home page, the individual event... https://www.reddit.com/r/FlutterDev/comments/w0c1zg/what_order_should_i_make_the_app/
New post on /r/flutterdev subreddit:

copyWith for constants

I've got this constant kConst = ElevatedButton.styleFrom( shape:RoundedRectangleBorder(borderRadius: BorderRadius.circular(0.0)), primary: Color.fromARGB(255, 233 , 102, 208), elevation: 0,), and I want to use it with changing the primary color, so I tried kConst.copyWith(primary:... https://www.reddit.com/r/FlutterDev/comments/w0cdnz/copywith_for_constants/
New post on /r/flutterdev subreddit:

is there any tutorial for setting up the full server with flutter dart and mongodb with aws ?

I need it so much submitted by /u/UpsetMedium5485 link comments https://www.reddit.com/r/FlutterDev/comments/w0lgkb/is_there_any_tutorial_for_setting_up_the_full/
New post on /r/flutterdev subreddit:

Usage of livestreaming flutter

I would like to know if anyone here tried to use live streaming on their mobile app whether at work or for fun. I know there are services like agora. Is there a way for me to build my own live streaming services from scratch with flutter or do I have to go native ? Is there any books that can... https://www.reddit.com/r/FlutterDev/comments/w1ijlh/usage_of_livestreaming_flutter/
New post on /r/flutterdev subreddit:

5 Usefull tools What kind of security tools do you prefer?

I would like to share my tips for security tools that will help you better your threat management: Security Audit: MobSF - free automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework RASP: freeRASP - free app shielding and... https://www.reddit.com/r/FlutterDev/comments/w1xvw6/5_usefull_tools_what_kind_of_security_tools_do/
New post on /r/flutterdev subreddit:

Sending & Receiving a String Datagram (Dart/Flutter UDP)

This function successfully sends an integer passed into n to a UDP server written in C. My question now is how can I modify this to do the same with strings and doubles? void sendintto(int n) async { final List<int> data = n; RawDatagramSocket rawDgramSocket = await... https://www.reddit.com/r/FlutterDev/comments/w29glq/sending_receiving_a_string_datagram_dartflutter/
New post on /r/flutterdev subreddit:

Dart Survey - what questions do you want to see?

The team at OnePub are looking to put together a 'state of the nation' survey for Dart that we plan on running and publishing on a regular basis. The aim is to conduct a fairly wide-ranging survey that looks at: What tooling is being used Demographics of the Dart community Remuneration What is... https://www.reddit.com/r/FlutterDev/comments/w3ch24/dart_survey_what_questions_do_you_want_to_see/
New post on /r/flutterdev subreddit:

Taxi booking app like Uber?

How to build an app like uber, what are the main features which should be there in it, please drop the resource link also if available. submitted by /u/YoghurtLogical link comments https://www.reddit.com/r/FlutterDev/comments/w3ost0/taxi_booking_app_like_uber/
New post on /r/flutterdev subreddit:

If people could tell me the guidelines, it would be really helpful.

I have learned Flutter from the course of Maximilian. I have learned the UI and Rest API. Which flow should I follow to start earning money using my skills? submitted by /u/alaDaDev29 link comments https://www.reddit.com/r/FlutterDev/comments/w4fuih/if_people_could_tell_me_the_guidelines_it_would/
New post on /r/flutterdev subreddit:

So cofused about flutter backend

new to flutter, junior java developer. Why is it that everything related to database/servers when it comes to flutter it's Firebase? Firebase. Are there any content with like a mangoDB..? submitted by /u/Potential-Feeling885 link comments https://www.reddit.com/r/FlutterDev/comments/w510dt/so_cofused_about_flutter_backend/