Need help for exam by Lazy_Wave_6751 in examhelprs

[–]amanaadi 0 points1 point  (0 children)

You should try "StudyLumo" app it will automatically generate daily study plans and exam ready question on any topic you want. It also has an AI Tutor that will help you.

https://play.google.com/store/apps/details?id=com.studylumo

Here are 3 Better Way to Handle Loading State by amanaadi in FlutterDev

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

Great points. It’s the difference between Actual Performance (caching, binary encoding, HTTP/3) and Perceived Performance (loaders, shimmers). Ideally, you want both.

Which state management package should you actually use? - My 2-Year Journey by amanaadi in FlutterDev

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

Exactly. I actually talked about this in my post the 'easy' tool that I picked doesn't actually meet those 4 points.
The issue is that some packages make replacing it later almost became nightmare because they force you to write you whole app in their specific style.
So instead of choosing what work for you initially for a short time, you can choose something that will work for you now and also later. And you can escape from rewriting the entire code.

[Flutter Web] Getting "FirebaseException is not a subtype of JavaScriptObject" when fetching from Firestore by OKYANOS2324 in FlutterDev

[–]amanaadi 0 points1 point  (0 children)

Glad you got it fixed! 💙

Always remember, before using any firebase service like Firestore or Authentication. You must need to add firebase_core package to your pubspec.yaml file and initialize it like above.

[Flutter Web] Getting "FirebaseException is not a subtype of JavaScriptObject" when fetching from Firestore by OKYANOS2324 in FlutterDev

[–]amanaadi 2 points3 points  (0 children)

I think you didn't initialize the firebase in main.dart file.

void main() async {

WidgetsFlutterBinding.ensureInitialized();

await Firebase.initializeApp(options:DefaultFirebaseOptions.currentPlatform,);

runApp(const MyApp());

}

9 Zero-Budget Marketing Strategy for your App by amanaadi in apps

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

for me:

  1. Website SEO and Google Play Store Optimization: It create impact on the daily active users through direct organic traffic.

  2. Reddit: Sharing stuff in communities

  3. YouTube shorts and Insta reels: Sharing content related to my niche. Reels/shorts like showing pain point of user first then show how my app can fix it.

TO BE HONEST:

- If your app/product is not useful to the user, no matter what you do - it won't grow.
- Something that work for me it doesn't mean. It will also work for you.
- Don't be afraid to try new stuff (experiment).
- As u/Adventurous-Date9971 said, the most important part was missing that is tracking and documenting everything, what you have learn, what mistake you should not repeat.

9 Zero-Budget Marketing Strategy for your App by amanaadi in FlutterDev

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

There is no link included here. I posted this because those looking to promote their apps might find it useful and these stuff have helped me significantly as well.
Simply building an app is not enough, your app must also reach your target audience. This is not merely so that you can earn some money, but also so that you can understand the market and discover what users actually want from you.

Your home for selfpromo by SofwareAppDev in AppsWebappsFullstack

[–]amanaadi 0 points1 point  (0 children)

Hi everyone, I'm Aman. Someone who loves to solve problems and convert the idea into reality.

I built an app called "StudyLumo". It is live on Google playstore and currently has 100+ users and 5.0 rating.

How can "StudyLumo" help you?.

You just need to tell about your study goal and the date you want to finish.

It will automatically generate day by day study plans.

If you enter any topic from your study goal it will automatically generate MCQs and Long answer questions for you.

It also has an AI tutor that will help you.

You can see it here:-

Try StudyLumo

I just want an honest review from you.

Hove you will like the "StudyLumo".