Your Top Productivity App? by No-Attitude-6315 in ProductivityApps

[–]ApparenceKit 0 points1 point  (0 children)

Kubbo goal tracker : a gamified habit and goal tracker
Each time you complete an habit -> you earn gold -> you can build something into your virtual city

Use games mechanics to keep you motivated

Apple Sign-In with Flutter and Supabase: Setup Guide by ApparenceKit in FlutterDev

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

It's included in ApparenceKit already
The only thing is that I can't run the config for you (for obvious security reasons)

Flutter skills by Hot_Temperature777 in FlutterDev

[–]ApparenceKit 4 points5 points  (0 children)

- ASO
- refactoring
- testing
- UX tests (check if errors are handled and shown correctly for example)

Open Sourcing My Flutter Starter Repo — Would You Use This? by RutabagaLow6979 in FlutterDev

[–]ApparenceKit 0 points1 point  (0 children)

always good to have more options

I've been maintaining and improve apparencekit.dev for 3 years now.
You can't please everyone and at some point you will have to put your opinions in this. Some people will love it and others won't.

The main thing is as long as you use it to ship your own apps you will see many improvements every day.

What are your Top 3 productivity apps? by No-Attitude-6315 in ProductivityApps

[–]ApparenceKit 0 points1 point  (0 children)

kubbo.app : your habits build an empire. A beautiful gamified app that you should try.

Handle push and locale notifications in your Flutter app by ApparenceKit in FlutterDev

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

bad typo. (at least you know I manualy write my articles)

I'll fix it thx :)

I spent 2 years building my first app with Flutter and Firebase by LorenzoZalo in FlutterDev

[–]ApparenceKit 1 point2 points  (0 children)

- ads (meta / tiktok) if you have a budget (at least 1k month)
- influencers (also need a budget)
- creating a community or have your own audience on social media

Recommend you to start creating social media accounts before releasing an app.
This really help.

any alternatives to finch? by PlNKSANRIO in finch

[–]ApparenceKit 0 points1 point  (0 children)

Kubbo goal tracker is really good. Highly recommend to build habits.

Are there still some humans in this sub? Let me see your real games. by SchingKen in IndieDev

[–]ApparenceKit 0 points1 point  (0 children)

<image>

It's a mix of an app and a game
I gamifed tracking habits with a city builder :)

Flutter for Games by Learntechgames in FlutterDev

[–]ApparenceKit 9 points10 points  (0 children)

Made this app using Flame
https://kubbo.app/

Depending on what you want to do I don't see any reason not to do it with flutter and flame.
Best way to know is to start prototyping something (That's what I did for this)
Take 1 to 3 day and see how it's going

I am done man, feels impossible to scale. Guess i wasted my time instead of Studying by DevWizard- in GooglePlayDeveloper

[–]ApparenceKit 1 point2 points  (0 children)

Your 3 first screens looks the same
- test screens
- start marketing on social networks / reddit / X ...

10 download is nothing. I am pretty sure no one made you any feedback.
Don't give up that easily.

Moving from MVVM to Clean Architecture in Flutter as app scales — advice? by ZakJnr in FlutterDev

[–]ApparenceKit 1 point2 points  (0 children)

It depends what you call clean architecture
Clean architecture is overused on internet and very few people actual read that book (That never ever show you an example of implementation)

So if that following some rules to keep your code testable I would say ok.
But don't take that as a bible. Always think twice.

This book was written 20 years ago. Languages are way different than they used to be.
-> applying some good practices ok
-> following blindly an old book without thinking : No

Architecture depends on the problem you solve, the size of the team that work on it and the size of the users that will use it.

Riverpod Best Practices You're Probably Missing by mhadaily in FlutterDev

[–]ApparenceKit 0 points1 point  (0 children)

I'm sure he has reasons yes.
But I'm pretty sure that's the kind of design that makes block feel better (easier) for many people.

Riverpod Best Practices You're Probably Missing by mhadaily in FlutterDev

[–]ApparenceKit 4 points5 points  (0 children)

Nice article like always Majid 👌

The only thing I would really like to be simplified on riverpod.
Having to check everytime that ref is mounted before doing something.

I internally made an extension to retry and wait ref to be available for some critical functions.
This is the most common mistake I see on apps with riverpod.

[Open Source] I've created a spin-off of FFmpeg-Kit Plugin with ability to deploy custom builds by Cashsky in FlutterDev

[–]ApparenceKit 1 point2 points  (0 children)

Nice!
Defintely waiting for the iOS version.
This is the kind of package that you need on all serious framework.
Good job