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

Spotube, A lightweight free Spotify desktop-client made with flutter
Project: https://github.com/KRTirtho/spotubeWhat is it?Spotube is a Flutter based lightweight Spotify client. It utilizes the power of Spotify & Youtube's public API & creates a hazardless, performant & resource friendly User Experience without Spotify Premium AccountWhat it offers?Open SourceNo telementry, diagnostics or user data collectionLightweight & resource friendlyNative performance (Thanks to Flutter+Skia)Playback control is on user's machine instead of being server basedSmall bundle size & less data hungryNo spotify or youtube ads since it uses all public & free APIs (But it's recommended to support the creators by watching/liking/subscribing to the artists youtube channel or add as favourite track in spotify. Mostly buying spotify premium is the best way to support their valuable creations)Lyrics (powered by genius.com)

January 16, 2022 at 02:00PM by krtirtho
https://ift.tt/3KgF6b7
New post on /r/flutterdev subreddit:

FlutterForce — Week 153
https://ift.tt/3rnSbH5

January 16, 2022 at 02:28PM by flutterist
https://ift.tt/34LHc2w
New post on /r/flutterdev subreddit:

Dart Web UI Framework based on HTML Elements inspired by Flutter
Motivation There are not enough JavaScript frameworks out there! Let's create one with Dart, which feels like programming with Flutter! Our requirements when starting with this were:Create a web app with dart so we can use our existing librariesWe have experience with Flutter so create something that works and feels similarUse a UI framework with Dart on Web which works:Dart-Angular seems to have no futureVue-Dart has probably been canceledDart-React has no Null Safety and even no Type SafetyThis made us creating a very minimal own single-page-application framework with Dart on web:Widgets Similar to Flutter we say: Everything is a widget. But instead of using Flutter widgets we use HTML Elements to create widgets with them. A basic widget looks like this: .New Web Framework for Dart inspired by flutter

January 16, 2022 at 03:37PM by kefayatt
https://ift.tt/3nyPSQn
New post on /r/flutterdev subreddit:

Minimalist Guide to REST API
https://ift.tt/33p7c3t

January 16, 2022 at 04:48PM by iisprey
https://ift.tt/3GBjy6S
New post on /r/flutterdev subreddit:

App Localization in Flutter
https://ift.tt/3FC7DEy

January 16, 2022 at 04:46PM by SncOne_
https://ift.tt/3qyr9xw
New post on /r/flutterdev subreddit:

Is is okay if both my ios and android apps has the identical bundle id?
From my experience app and play stores does not care, it just has to be unique within their own store but is there any advantage or disadvantage of using the same bundle identifier?android: com.neat.app ios: com.neat.appOr different for each app:android: com.neat.android ios: com.neat.ios

January 16, 2022 at 05:28PM by NeatFastro
https://ift.tt/3A7I25h
New post on /r/flutterdev subreddit:

I was building this flutter web app and had some doubt.
Before i breathe life into it (https://artmeetsasset.web.app). I was wondering whether building something like this a gogo or a nono ("everything should be behind login") with flutter.email - admin@gmail.compass- 2787815

January 16, 2022 at 06:32PM by redHero0010
https://ift.tt/3qzQF5I
New post on /r/flutterdev subreddit:

Need help with developer excuses.
So I have been making this up for the last Six months with the developer on flutter And I have paid him in full in advance but now he’s coming up with excuses that Google has change the code or updated it or something. He has sent me the beta app and the source code but the app isn’t ready for publishing as it supposed to be. Is these some excuses which he is telling me or is it legitimate issue and what can I do to finish this app soonest because I don’t think this developer wants to work on this anymore. I have attached some of the chats of our communication. Would much appreciate if someone can help guide me.[24/11/2021, 7:05:34 PM] Alp Iphone App Turkey Alan: Like the app is complete but the library is updated so we need to edit that [24/11/2021, 7:05:43 PM] Alp Iphone App Turkey Alan: No for web and mobile [04/12/2021, 12:46:22 PM] Alp Iphone App Turkey Alan: I’m in the app is complete [06/12/2021, 10:57:26 AM] Alp Iphone App Turkey Alan: I will try one solution on your repository so that you know I’ll let you know as soon as I can [29/12/2021, 6:22:58 PM] Alp Iphone App Turkey Alan: Libraries and frameworks it updated so I will need to rewrite everything or remove a couple of options like Facebook login I’m trying to solve and I’m working on it trust me it’s not that simple [29/12/2021, 6:23:17 PM] Alp Iphone App Turkey Alan: Yes web is working the issue is with the mobile [04/01/2022, 9:03:53 PM] Alp Iphone App Turkey Alan: Not as sorry I finished your project and this is an update coming from Google that’s the problem I’m doing my best and I will get you an update ASAP I apologize for that I didn’t scam you sorry about that [04/01/2022, 9:06:26 PM] Alp Iphone App Turkey Alan: When I change the entire framework everything changes it’s not an easy work but I will fix it just like right now it’s very busy in a couple of days I will get back to you on this with the fix [07/01/2022, 1:17:25 PM] Alp Iphone App Turkey Alan: Not yet sorry I finished your project but Google update it thir l code so But I will do it again for you because we are close I mean no other engineer would do that trust me don’t worry I will do that it’s just been very busy [11/01/2022, 6:20:51 PM] Alp Iphone App Turkey Alan: Yes it will happen again and there’s a new rule an App Store [11/01/2022, 6:20:58 PM] Alp Iphone App Turkey Alan: You need to maintain your coat frequently otherwise they will remove [11/01/2022, 6:21:12 PM] Alp Iphone App Turkey Alan: That’s new rule they rolled out recently [11/01/2022, 6:21:22 PM] Alp Iphone App Turkey Alan: When was the entire app changed that I sent you now I will need to rewrite

January 17, 2022 at 12:05AM by AJ-458
https://ift.tt/3nzcQHf
New post on /r/flutterdev subreddit:

Poultry farm management software
Hello everyone so I built a poultry farm management software where farmers can keep records of their daily bird count alongside egg production in their farm and keep track of orders they receive from customers. The app makes use of Firebase for its backend. Here is a link to the source code on Github, all criticism is welcome.Thanks https://github.com/ngbede/poultry

January 17, 2022 at 12:21AM by Ogasule
https://ift.tt/3A4Q7Ys
New post on /r/flutterdev subreddit:

Preferred identity provider for single sign on?
I'm building a dart/flutter related web site that requires signon.I intend using SSO using google as the identity provider.I'm trying to work out what %of the community have access to a google account for SSO and thought this might be useful information to other devs as well.View Poll

January 17, 2022 at 05:41AM by bsutto
https://ift.tt/3I9oJeL
New post on /r/flutterdev subreddit:

Alternatives for every GetX feature stack ?
Since lot for criticisms against GetX , I decided to search for an alternatives for each and every features for GetXThat is , for exampleFor state management , I selected River Pod.In the same way please suggest libraries for following each of the following featuresTranslations and LocalisationsShared prefs storageNavigation (need to easy yet powerful)Dependency management (for , such as Get.put GetBindings etc)​Please give suggestions . So this post will be useful for others also !

January 17, 2022 at 07:21AM by RageshAntony
https://ift.tt/3twbSiL
New post on /r/flutterdev subreddit:

The Flutter Bi-Weekly #1 - The newsletter focused on highlighting the best of Flutter every two weeks
https://ift.tt/3KlgFt4

January 17, 2022 at 01:46PM by Nash0x7E2
https://ift.tt/3fyMtNg
New post on /r/flutterdev subreddit:

OAuth in Dart (from scratch)
https://ift.tt/3tHEzJo

January 17, 2022 at 02:45PM by processctrl
https://ift.tt/3A6Yp26
New post on /r/flutterdev subreddit:

is this performance OK for my Flutter app ?
From dart tools analysis, my app uses up to 700mbs of ram, is it normal or I should work on optimizing it. ?Please check the log here: https://ibb.co/XznDyh6

January 17, 2022 at 02:32PM by Amanullahaf
https://ift.tt/3qCmI4E
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 118 - Tutorials, videos, packages, and much more!
https://ift.tt/3rnfJMs

January 17, 2022 at 03:32PM by vensign
https://ift.tt/33tYKzT
New post on /r/flutterdev subreddit:

<b>I'm building a social media platform. The Flutter Frontend is nearly ready. The backend started on Firebase, but my conviction is starting to wane. Pricing for Terabyte scale traffic seems more attractive at Digital Ocean. Advice? I need to commit to a vendor soon</b>
First, a few words about the application scale. I'm building an app to replace discord for online projects. It's a better discord with features to publish posts like on reddit and integrated calendar, goals and events. It's meant to help teams of volunteers improve their collaboration and get support from the greater audience. For example, it helps project leads to onboard new volunteers. The coordinators team can easily orient them by sending them to the About or Repository pages. Etc, etc, etc. If you want more info I'm posting updates in <a href="/r/VisualSpace">r/VisualSpace</a>. There's also a <a href="https://visualspace.app">live demo</a> (read only) and a <a href="https://discord.gg/5V2BWUyEvP%5D">discord server</a>.<strong>Firebase? Digital Ocean? AWS?</strong>I'm starting to have "buyers remorse" regarding Firebase. I mean it's all cool and fancy with all this real time stuff, but... I look at the transfer fees, and the Firebase offer starts to sour a bit. I know for a fact that VS will go into the Terabytes traffic range quite fast (even before the first 12 months) based on expected customers. No question about the high volume expectations. And regardless, there will be lots of teams and files to store. + if you include video editors, things will get nasty fast. So... I was looking at the firebase pricing, and it ain't looking good.<strong>1) Transfer Rates per Tera</strong> - I was looking around for Digital Ocean, they seem to brag about tiny transfer rates pricing. Which is a big + for VS. VS will have A LOT of traffic, not just dumb storage/archiving. So I think price sensitivity for data transfer is a top concern.<strong>2) Vendor Lock In</strong> - Second thing to consider is vendor lock in. The more I play around the more I realise that Firebase has you by the balls. If you want to do a migration you are toasted. As cool as having a BAAS for prototyping is, I think the real concern is to be able to expand with various infrastructure extensions. I believe that once the effort to build the developer API the true downside of Firebase will show up. It wont be pretty to extend the BAAS with specialised tooling for a developers API.<strong>3) 3rd party developers API</strong> - Knowing that there will be a need to build a custom developers API I think building a custom VPS cluster with docker and Kubernetes is more future proof. Also This is something that is still unclear for me. Assuming that you rev a droplet to max throttle in DO it seems that you can get cheaper compute time than AWS by a large margin. Let me know if this is a misunderstanding on my side. I do expect that the VS app will have constant compute demands, so I expect AWS to be eye watering expensive.<strong>4) Custom vs Managed Load Balancing</strong> As I read from the web, Digital Ocean load balancing is all manually crafted, vs AWS which has everything built in. However AWS will hammer your wallet really hard. So I'd rather go the native way and setup my own VPS cluster with dedicated load balancer instance, etc. I know however that this means 1 month extra dev time to invest on things that Firebase or AWS give out of the box. Which again, is cool to save time, but given the massive scope of the future VS infrastructure and<strong>5) Future Proof and Independent</strong> You might say: go fast and scale later. Well that means I'll have to kiss the ring and get some investors onboard, that's something I def don't want to do. I'd rather do the extra mile and have full custom build rather than pushing tech debt under the rug until my private budget can't afford it anymore. As for budget, I can afford even 1K per month in cloud costs, so don't think small when pondering on it.My bias is to:Build…