u/OverallAd9984

Image 1 — [App] [Promo] Added Beautiful Widgets in SubFox + Analytics & Calendar
Image 2 — [App] [Promo] Added Beautiful Widgets in SubFox + Analytics & Calendar
Image 3 — [App] [Promo] Added Beautiful Widgets in SubFox + Analytics & Calendar
Image 4 — [App] [Promo] Added Beautiful Widgets in SubFox + Analytics & Calendar

[App] [Promo] Added Beautiful Widgets in SubFox + Analytics & Calendar

if you are looking for the subscription manager app hand crafted by the developer who loves making apps, i think you should definitely check the app.

recently I've given huge update added widgets, analytics & calendar.

it doesn't just follow material 3 blindly, I've tried to mix ios design language with material 3, made material Cupertino.

Especially that fading top app bar & settings screen.

Please please give me feedback, this post isn't written by AI or anything I'm a real developer who loves building apps & i want real people who respects the developer to give me feedback

Thanks DevAtrii

you can check it here:

https://subfox.app https://play.google.com/store/apps/details?id=com.atriidev.subscriptionmanager

(ios version will get widgets in 2-3 days, they are on another level)

u/OverallAd9984 — 1 day ago
▲ 10 r/KotlinMultiplatform+1 crossposts

Converting my KMP Starter Template into reusable libraries 🚀

until now, KMP Starter Template required forking the full repo. now I’m converting it into modular Maven libraries so existing KMP projects can adopt features incrementally.

for example, remote config becomes as simple as:

val showAds by rememberRemoteConfig(

key = RemoteConfigKeys.ShowAds()

)

just include the Koin module and it works.

modules currently include:

remote config

revenuecat purchases

mixpanel analytics

notifications

navigation

ui components/layouts

datastore + room helpers

locale support

I’ll continue supporting both:

full template fork

standalone libraries

also planning a CLI + web UI for generating projects.

still under development, would love feedback from other KMP devs 🙌

https://github.com/DevAtrii/Kmp-Starter-Template/tree/dev

u/OverallAd9984 — 7 days ago

KMP starter template I wish I had earlier

Built KMP starter template after rewriting same setup again and again.

Goal: remove setup noise → focus on app logic.

Includes:

  • clean architecture (data/domain/presentation)
  • Koin DI
  • RevenueCat (IAP)
  • Mixpanel analytics
  • remote config (feature flags)
  • datastore + room
  • in-app review/update
  • multi-language
  • logging + platform utils
  • Swift ↔ Kotlin (SPM4KMP)

Everything modular. swap parts easy (e.g. Mixpanel → PostHog by changing data source).

Free + open source. no $100 template nonsense.

Repo: https://github.com/DevAtrii/Kmp-Starter-Template/

Looking for feedback / what missing / what overkill.

u/OverallAd9984 — 17 days ago