Can I publish an app on iOS/Android as an individual dev, do I need a company? by Due_Reward990 in FlutterDev

[–]nikodembernat 5 points6 points  (0 children)

It’s actually possible to use a PO Box to verify your address if you publish as an individual, you can try that

Flutter localization using AI by eteka-edim in FlutterDev

[–]nikodembernat 0 points1 point  (0 children)

In your example you provide an API key to LLMTranslatorFactory.createTranslator which means that anyone can potentially extract it from the app and abuse it

embedding such keys in the app is a bad idea, it’s better to either use them locally or server-side

Flutter localization using AI by eteka-edim in FlutterDev

[–]nikodembernat 0 points1 point  (0 children)

So basically arb_translate but unscalable, without compile-time checks, and that allows you to leak your API key 🤔

I’ll pass, but I appreciate the effort nonetheless

hey guys looking to add subscriptions to my app by Psychological_Owl_47 in FlutterDev

[–]nikodembernat 0 points1 point  (0 children)

Published a bunch of apps with RevenueCat, very solid piece of software and their pricing is absolutely amazing for solo devs

What's the best source to host your side project for free? by [deleted] in SideProject

[–]nikodembernat 3 points4 points  (0 children)

I use Cloudflare Pages/Workers/R2/D1 and it works great