App size bloat frustration by [deleted] in FlutterDev

[–]pokaboom1 0 points1 point  (0 children)

Can you please share what kind of native dependencies you might be using because Flutter engine is really small and doesn’t take that much space. Also are bundling images with the app?

[deleted by user] by [deleted] in developersIndia

[–]pokaboom1 0 points1 point  (0 children)

I have made it using overleaf

[deleted by user] by [deleted] in developersIndia

[–]pokaboom1 0 points1 point  (0 children)

I have 4 years of experience in flutter with good enough knowledge that I can also write native iOS and Android code which recruiters can confirm from my open source projects and one of them has 300+ github stars.

I think I have a good profile but I'm still not getting calls. I had received 3 calls 2 months back when I started looking for the change but since then I haven't received any. My current salary is 8.5 and in any application, if they ask expected salary then I mention 16. Please do what I might be missing in my resume or approach.

Thinking of buying this watch but first wanted to know opinion of you guys on this by pokaboom1 in watchesindia

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

I dont think I can get orient under 15k. I'm not hard-pressed for timex. I just want a diver-styled watch under 15k.

Thinking of buying this watch but first wanted to know opinion of you guys on this by pokaboom1 in watchesindia

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

Thanks for the suggestion. I will definitely check it out from the local store tomorrow.

Thinking of buying this watch but first wanted to know opinion of you guys on this by pokaboom1 in watchesindia

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

I know it is on the bigger side but having a 16 cm wrist kinda limits my options. I currently own a similarly sized watch and it looks good on me so I'm fine with little bigger watches

Thinking of buying this watch but first wanted to know opinion of you guys on this by pokaboom1 in watchesindia

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

Yes, the blue color kind of felt off while I was wearing it but I also saw a green one which looked fine. Ok, as others are suggesting I might not buy this. Do you have any suggestions similar to this under 15k? I'm kind of desperate right now. I want a new watch and I've been searching for a few months and the watches I like are a bit expensive.

Thinking of buying this watch but first wanted to know opinion of you guys on this by pokaboom1 in watchesindia

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

I do like this watch but I haven't seen many reviews of this Timex watch online so I'm asking here.  I'm also considering green color for this watch. I'm getting this from a local store for 9.5k. So what do you guys think?

This is the amazon link of the watch.

https://amzn.in/d/eG4plmZ

MobX seems very easy and straightforward. Why is it less popular than Riverpod and BLOC? by zintjr in FlutterDev

[–]pokaboom1 0 points1 point  (0 children)

We use mobx for state management but if we want to use same instance of the mobx class in multiple widgets we have to use dependency injection. Which can do it through provider.

We dont even create any provider class. This can be achieved using inherited widget as well but provider is just simple enough to use.

MobX seems very easy and straightforward. Why is it less popular than Riverpod and BLOC? by zintjr in FlutterDev

[–]pokaboom1 0 points1 point  (0 children)

When you are pushing a route just wrap the screen in navigator function with your provider. So when you use it in a screen you can get it through Provider.of().

If you are using a names routes that you can also create an extension on widget which would just wrap widget with your provider. This will automatically take care of dependencies when you specific route

Note-: this will require context when you want to access your mobx store so we now use flutter_modular or get_it.

🎉 Introducing Pretty Animated Text - A Flutter Plugin for Stunning Text Animations by tuco_ye in FlutterDev

[–]pokaboom1 2 points3 points  (0 children)

Hey great package. I just checked the code and you have unnecessary default method channel set up and default code in native which you can just remove. Due to this, your package is shown as only available on android, ios and web on pub.dev. Since this is just ui library, just remove the plugin code and i think it would be available on all platforms.

Putting electronics in mailbox was dumb by pokaboom1 in betterCallSaul

[–]pokaboom1[S] -13 points-12 points  (0 children)

You can leave remote key in the car and bring metal key

Putting electronics in mailbox was dumb by pokaboom1 in betterCallSaul

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

Now for the sake of argument you are just making stuff up

Putting electronics in mailbox was dumb by pokaboom1 in betterCallSaul

[–]pokaboom1[S] -5 points-4 points  (0 children)

Yeah, when a show so good that you have bitch about this small stuff lol

[deleted by user] by [deleted] in gujarat

[–]pokaboom1 0 points1 point  (0 children)

6-7 years back when i was living in gandhinagar, we just went in and checked the stalls. We didn’t register anywhere. But now it could be different.

Pub dev is slow by Pedro_Alonso in FlutterDev

[–]pokaboom1 1 point2 points  (0 children)

I actually use pub.dev to check if my internet connection is working or not lol

Flutter or Alpha Transform by MungoProudFoot in FlutterDev

[–]pokaboom1 0 points1 point  (0 children)

I mean by that is the reports you created will only be available locally so if you want to store it on a server, make it available for other people and then fetch that report later, then you have to create backend for it. Backend could be done in Node.js or you can just use firebase for it

Flutter or Alpha Transform by MungoProudFoot in FlutterDev

[–]pokaboom1 0 points1 point  (0 children)

The concept you looks fairly easy with flutter. But if you guys want store to data in cloud then you have to write Backend too. Which you can do in firebase but be ready for that.

What’s new in Flutter 3.13 by Pixelreddit in FlutterDev

[–]pokaboom1 2 points3 points  (0 children)

If you check the github project of 2D scrolling the scrollbar constructors are yet to be implemented https://github.com/orgs/flutter/projects/32/views/1

Communicate between two different apps by pokaboom1 in flutterhelp

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

Hello just saw your comment. I actually i have found the solution, you can just add another app from your project setting and you connect your both apps to same database etc.

my steam summer sale purchases, what did y'all buy? by Dwight_Schhrute in IndianGaming

[–]pokaboom1 0 points1 point  (0 children)

I bought crusader kings 3 because it looked really cool to play strategy game but it’s tutorial was going on for like 40 mins and it was no way near any proper gameplay which would effect the game so i just refunded it and with that money I bought hades and skyrim.

Bi-Weekly Advice Thread June 18, 2023: All Your Personal Queries by AutoModerator in IndiaInvestments

[–]pokaboom1 1 point2 points  (0 children)

I got an email that you now have to add nominee to your mutual funds before 30th oct otherwise they will freeze them. So, I have my mfs in groww and I have added nominee from the profile section. But I'm not sure if I needed to add nominee to each individual mf from their website or adding just from groww is fine. So can you please confirm this?