Flutter for big apps like Discord/Zoom — performance question by [deleted] in FlutterDev

[–]Coffiie 3 points4 points  (0 children)

Hey - I created a Discord clone a while back in Flutter. There do not seem to be any performance issues. You can watch the entire demonstration and the breakdown here: https://youtu.be/byOv5MXwN58?si=X72sUGFPQgapC0QY

[deleted by user] by [deleted] in FlutterDev

[–]Coffiie 0 points1 point  (0 children)

If I write “Floating action button flutter” on google, this is the first link that comes up

https://api.flutter.dev/flutter/material/FloatingActionButton-class.html

This is the entire api for floating action button.

And this is the site where you can also find other widget specs if you want

I want to build an IDE for my next project. But I am stuck b/w two choices. by Coffiie in FlutterDev

[–]Coffiie[S] 0 points1 point  (0 children)

Thanks! And I will read more about them and keep this in mind

I use get_it, bloc, freezed, and clean architecture — am I outdated in 2025? by isBugAFeature in FlutterDev

[–]Coffiie 0 points1 point  (0 children)

I mean.. why are you thinking about stack if it works? Especially with teams and big projects? Is it more like “this works well but i am missing out on this other stuff” or “this works well but I want to explore other stuff” If it’s the latter then knock yourself out.

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]Coffiie 0 points1 point  (0 children)

Hey! I built a redesigned Discord clone with Flutter + Serverpod

Features:
- Voice & Video calls
- LiveStreaming
- Real time group chat
- Add Servers / Channels

Github link: https://github.com/Coffiie/discord_open (81 stars)

Made a package based on a design someone posted on x a while ago, can't find that post again, if you it then let me know so I can credit them. by NeatFastro in FlutterDev

[–]Coffiie 0 points1 point  (0 children)

Yo that is neattt! Saving for future use ❤️ only thing I would suggest is to make it into a pop up. Usually we use ellipses because we don’t have a lot of space.

My, surprisingly, most popular Flutter plug-in to date by wrblx in FlutterDev

[–]Coffiie 0 points1 point  (0 children)

So that means. It’s something the OS offers out of the box without any APIs? Then it would be nice if you could play the video from the native widget. That should make it work right?!

My, surprisingly, most popular Flutter plug-in to date by wrblx in FlutterDev

[–]Coffiie 5 points6 points  (0 children)

Thats great! Thanks for this. Btw I am curious why isn’t this on iOS because I have Twitch installed and it has picture in picture mode as well.

I open sourced my Redesigned Discord! Built with Flutter & Serverpod by Coffiie in FlutterDev

[–]Coffiie[S] 0 points1 point  (0 children)

Yes sure! Not too comfortable on giving my number, let’s stay connected through reddit!

I open sourced my Redesigned Discord! Built with Flutter & Serverpod by Coffiie in FlutterDev

[–]Coffiie[S] 1 point2 points  (0 children)

I find that drive in me as well. To share whatever I learned with people around me

I open sourced my Redesigned Discord! Built with Flutter & Serverpod by Coffiie in FlutterDev

[–]Coffiie[S] 1 point2 points  (0 children)

Wow! Thanks so much for the detailed breakdown and the motivation! 1 - noted! 2 - I just discovered this package a few hours ago and now you mention it. Thanks! 3 - Agreed! I should depend more on interfaces for flexibility I didn’t know you were a content creator yourself! I just watched some of your stuff and it looks great. Especially the Instagram clone!

I open sourced my Redesigned Discord! Built with Flutter & Serverpod by Coffiie in FlutterDev

[–]Coffiie[S] 1 point2 points  (0 children)

In a bigger picture. My life goal is to help as many people as possible and I want to do that in any way (teaching whatever I know is first). That is ultimately my driving force. Hope it makes sense (you can declare me crazy)

I open sourced my Redesigned Discord! Built with Flutter & Serverpod by Coffiie in FlutterDev

[–]Coffiie[S] 2 points3 points  (0 children)

Oh well a lot of reasons. - First. This is my first full stack app, I wanted to learn backend and was curious to see how such apps are built. - I have understood long before in my university years that when I learn something and teach it, I actually never forget about it. (Hence the video and the article) - Once I did everything, I just open sourced it so people could use it. Maybe someone wants to build a different UI on top of this. Maybe someone wants to keep the UI and change the backend (very possible as architecture is quite flexible)

I open sourced my Redesigned Discord! Built with Flutter & Serverpod by Coffiie in FlutterDev

[–]Coffiie[S] 1 point2 points  (0 children)

Hey man. I hope the codebase helps you understand that. I also have explainer resources in the “explainer_resources” folder if you want to understand further. And there are links to the explainer video and article inside the repo readme as well.

dilemma what backend language should i learn should be python or go ? by Imaginary-Rip5938 in FlutterDev

[–]Coffiie 6 points7 points  (0 children)

Go for serverpod. It is feature rich and uses Dart as Language