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

Friday afternoon rant! - debugPrint
It's Friday afternoon and this is driving me crazy!In javascript it is debug.print and in flutter it is debugPrint, why can't we have both!

January 14, 2022 at 04:55PM by Alex54J
https://ift.tt/3tt6ywj
New post on /r/flutterdev subreddit:

Can you replace an existing store listing with a new app?
Apologies if this isn't really related to this sub, but the app is being made in Flutter at least! If not then I'm happy to take my question to the correct location.This maybe a slightly strange one but it's one of those instances where my boss slapped it on my desk and told me to 'just figure it out'.I've started a new project at work that is essentially to replace an old, inefficient app with a brand new one. Completely new code base, we're not improving the old app. They want to start fresh. One of the things they've just asked is 'can we keep the same page in the app store so existing users can just update to the new version'.In my understanding, this isn't possible. It's a brand new app, new code base, new bundle identifier, new everything. So it would be a brand new app listing. I don't think my boss likes this answer but I'm not sure what they expect. If they want a brand new app, and I don't even have the developer account for the existing available app then I believe my hands are tied.

January 14, 2022 at 04:26PM by _Kaizer
https://ift.tt/3qrS8e3
New tweet from FlutterDev:

💙 Ready to begin learning Flutter? 🤩 We have a playlist just for you! Start your Flutter journey here as we help you learn how to build an app with Flutter. Dive into widgets, state, Dart, and more. Watch → https://t.co/93ByGslOnZ https://t.co/btOn9ideNU— Flutter (@FlutterDev) Jan 14, 2022

January 14, 2022 at 06:00PM
https://twitter.com/FlutterDev/status/1482034786571100175
New post on /r/flutterdev subreddit:

Ticket Booking App Made With Advanced Flutter Concepts
EZ Tickets AppA ticket booking app made with flutter using a REST API made with node js. I am open sourcing it for you guys to learn. This project is definitely worth looking at if you want to learn advanced flutter concepts like:Dio InterceptorsComplex Reusable Widgets using factory constructorsRepository PatternComplex Riverpod Uses + Freezed + HooksEncrypted/Local Preferences StorageClean and structured code using SOLID principlesUnit testing, golden testing (feel free to add widget tests yourself)Complex CI/CD pipelines using github actions for automatic testing and release management.Linting + Automatic Code Coverage scriptsDartDoc Generated DocumentationIf you like it, a star on github would be great🌟😁The apks for downloading are available under the releases tag in github aswell as on this drive link.Github: https://github.com/arafaysaleem/ez_tickets_appDrive: https://drive.google.com/drive/folders/1v7iHxgygzObno7DKGU2FFc2__NS0nZ2-The project is open source so feel free to fork and contribute.Thanks❤️

January 14, 2022 at 06:47PM by abdur_rafay_saleem
https://ift.tt/3GvFJLS
New post on /r/flutterdev subreddit:

A Recipe app aimed at parents for weaning babies and toddlers
Hi all, Can you please provide feedback on my app, I put it in the store a month or so ago so my friends and family can test it. They are not the best testers though because 'looks good' doesn't help me improve.If you would be so kind, please provide some feedback.Family Bites

January 14, 2022 at 09:37PM by b0atBuy3r
https://ift.tt/3rqGu2C
New post on /r/flutterdev subreddit:

New embedding for Flutter Web apps
We've been working to improve how Flutter web apps render into a page (with the end goal of rendering a flutter web app in any element of the DOM, and not just taking over the whole body tag), and we have a bunch of design documents to show for it! :PHere's the main design doc, which should describe the whole project (this is evolving as we learn more):https://flutter.dev/go/web-astral-projectionsIt is not very detailed yet (because there's still things that we don't know), but the document will keep evolving as the project progresses. Each sub-project that we come up with will have a more detailed design doc.We determined that the first step to achieving the custom element embedding was to yield control to the programmer of the bootstrap of a flutter web app, here's the design doc for those changes:https://flutter.dev/go/web-programmatic-bootstrapThe above proposes a mechanism to programmatically initialize Flutter Web apps as needed from JS, and not "as soon as the main.dart.js finishes loading", which is the current behavior. (disclaimer: it still renders covering the whole body tag, however!)Here's a PR with some of the code described on the second document, as a PoC (no tests, some broken, but the idea is there):https://github.com/flutter/flutter/pull/95379I've deployed an app that uses the new bootstrapping process here, you can just "view source" to see how I used the new API:https://dit-tests.web.appEverybody should be able to comment in the above docs and PR, in this post, and in Flutter's Discord server!Thanks for reading this wall of words!

January 14, 2022 at 11:09PM by ditman-dev
https://ift.tt/3nuMp5v
New post on /r/flutterdev subreddit:

Flutter Web: Asset image not showing after release.
I am using html renderer and everything is working fine but after release same assets images are not displayed. I used this flutter build web --web-renderer html --release

January 15, 2022 at 04:06AM by redHero0010
https://ift.tt/3A0Ahhr
New post on /r/flutterdev subreddit:

Role of DSA in a flutter app performance.
What role does those efficient DSs & Algorithms play in a flutter app's performance ? Are they mandatory if I want to make an excellent performing app with tons of animations and features ?

January 15, 2022 at 12:07PM by revolutionizer019
https://ift.tt/33EX9qU
New post on /r/flutterdev subreddit:

Auto Route with firebase authentication.
Guys, I have been working on my projects where I use the autoroute package for navigation since it's the first time to use the autoroute package so I don't know about it very much.I want to use firebase authentication in my application but I don't know how can I link it's with an autoroute I tried everything thing which I know but nothing work or there is no articles or video are available.

January 15, 2022 at 01:39PM by Prashant_4200
https://ift.tt/3A3bZn9
New post on /r/flutterdev subreddit:

Why shouldn’t I use GetX?
I am new to Flutter and I have been building an app with rails API backend for the past 2 months. We decided on GetX for building the MVP.I am seeing a lot of hate towards this package. Why?How should I go about considering the alternatives?

January 15, 2022 at 10:37PM by TheCouchEmperor
https://ift.tt/34OcvK5
New post on /r/flutterdev subreddit:

Best Backend for Flutter App?
Hello, I'm a newbie here and I would like to know what backend to use best. I have heard of Node.js for react native apps, is there an equivalent of that in flutter? Any suggestions on what the best most scalable backend setup would be?

January 16, 2022 at 02:11AM by boomboombrrr
https://ift.tt/3fpQ1kO
New post on /r/flutterdev subreddit:

What's the role of DSA in a flutter app performance?
What role does those efficient DSs & Algorithms play in a flutter app's performance ? Are they mandatory if I want to make an excellent performing app with tons of animations and features ?

January 16, 2022 at 03:13AM by revolutionizer019
https://ift.tt/3GtLVnw
New post on /r/flutterdev subreddit:

PHP Not Then What ?
Hi everyone 👋 I hope you be best 👌 Well recently I have started to learn php but after that I found people like [this person](http:// https://link.medium.com/1iH5suS7Qmb) who say isn't a good idea to start learning php for 2022. Despite the fact that most of websites were written with that and it is more popular than other programming languages. I'm really wonder which programming languages for web development is best choice to start learning in 2022 🤔 ?I know it's hard to say which one is best in this field, but I'm appreciate anyone who help which language for what reason is good and also worth it to learn in future.I know this reddit community isn't place for this question 🤦🏻‍♂️, but I tried to post in programming community but they don't tell me to ask because of my low karma or they had close the text question🤦🏻‍♂️.I'm really appreciate ones who help me.Best for all. Best Regards.

January 16, 2022 at 06:42AM by RedditRedditi
https://ift.tt/3qtfVue
New post on /r/flutterdev subreddit:

What is my road to start creating a server ?
Hi everyone 👋 I hope you be best 👌 Well after I start flutter development, I have found I need a personal server. I know firebase is a good choice, but I really wanna to create my own server. I'm wonder what is my road to plan 🤔 ?Sofwares for example Best Programming language for that ? Yah, I know there isn't called "best" but I wanna one that is good now and in future . Hardwares like related devices that there are to use ?I'm really appreciate ones who help me 🙏🙏🙏🙏 🙏Best for all. Best Regards.

January 16, 2022 at 07:32AM by RedditRedditi
https://ift.tt/3Fxtnl7
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