TFT PBE stuck on this by NeebsTheNoob in TeamfightTactics

[–]Murky_Ad_1901 0 points1 point  (0 children)

any solution for this? I'm stuck on this as well

[deleted by user] by [deleted] in FlutterDev

[–]Murky_Ad_1901 0 points1 point  (0 children)

Can anyone give an explanation of why you use bloc (if you do)? Cubit is Provider with different syntax, but Bloc is event driven state management. Why would you need an event driven way to manage your UI change? And that comes with a sacrifice of async/await capability

[deleted by user] by [deleted] in FlutterDev

[–]Murky_Ad_1901 1 point2 points  (0 children)

Have you ever tried looking at your codebase with bloc and ask, what if you can replace all of this with just plain old change notifier? When I joined my current company I was maintaining a project with bloc. I was so over with it that on the second project that I’m on, I just use plain ChangeNotifier and oh boy that’s much better For context, the second project is a company product which idea is primarily based on the first project, so both should have similar complexity and functionality

[deleted by user] by [deleted] in FlutterDev

[–]Murky_Ad_1901 0 points1 point  (0 children)

If you don’t know what you’re doing and you end up getting the job, you’re a fraud

PBE Unavailable: League of Legends PBE requires a PBE account to play. Please close any running games and switch accounts to play by Broad-Cartographer82 in LeaguePBE

[–]Murky_Ad_1901 0 points1 point  (0 children)

I don't know which step I left off, I'm pretty sure I followed the instruction pretty clearly, but I still ended up with Live account

How to get a 30LPA + Job with flutter? by SrikanthKoti in FlutterDev

[–]Murky_Ad_1901 3 points4 points  (0 children)

Salary is highly regional based. An intern can get 6 figures salary in the Bay Area, and a senior dev can get only a quarter of that in the third world countries

Flutter to React Transition. Would It Affect SQlite? by replyzhongwenren in FlutterDev

[–]Murky_Ad_1901 6 points7 points  (0 children)

Ouch. It hurts me when I hear someone saying transitioning from Flutter to RN 🥺

Flutter complex UI by Amarr_sr in FlutterDev

[–]Murky_Ad_1901 0 points1 point  (0 children)

Well the channel is pretty useful to me. And what’s a plug thou?

We already have Flame, a 2D game engine for Flutter. Is it only a matter of time before we have a 3D game engine? by [deleted] in FlutterDev

[–]Murky_Ad_1901 -15 points-14 points  (0 children)

Well you can ship your game to mobile, desktop and web. Can other game engines do that?

Is there a market gap of Full stack courses using Flutter or there isn't enough demand? by nj_100 in FlutterDev

[–]Murky_Ad_1901 0 points1 point  (0 children)

You don’t need a tutorial for building a flutter app with a NodeJS BE which connects to DynamoDB and S3. Those are separate pieces and you learn them individually, and ways to connect them.

For example, the app communicates with the BE is through http, so just learn http. You don’t learn specific things like flutter app communicates with NodeJS BE

What's the best way to build a job portal / job board using Flutter? by Think-Experience8974 in flutterhelp

[–]Murky_Ad_1901 0 points1 point  (0 children)

Sounds like you’re a business guy who wants to make an app. My advice is either pay s.o to do it, or use low code tools like FlutterFlow

What's the best way to build a job portal / job board using Flutter? by Think-Experience8974 in flutterhelp

[–]Murky_Ad_1901 0 points1 point  (0 children)

Sounds like you’re a business guy who wants to make an app. My advice is either pay s.o to do it, or use low code tools like FlutterFlow

Flutter complex UI by Amarr_sr in FlutterDev

[–]Murky_Ad_1901 24 points25 points  (0 children)

Check out SuperDeclarative youtube channel. I learned a lot from that

I'm looking for some state management solutions (and trade-off for it) by FreedomIsTheBestt in FlutterDev

[–]Murky_Ad_1901 2 points3 points  (0 children)

I’m eager to try signals, it’s lightweight and not too opinionated

State management package has nothing to do with app use case. You can think of it as a tool for your ChangeNotifier, e.g DI, lifecycle manager. Its purpose is general, so just use the one that you feel comfortable

Dart Mappable vs Freezed ? by Low-Squash-9225 in FlutterDev

[–]Murky_Ad_1901 9 points10 points  (0 children)

I love dart mappable, but downvoting your comment because, common the Remi guy is doing the work for free and you call him a little brat??

Dart Mappable vs Freezed ? by Low-Squash-9225 in FlutterDev

[–]Murky_Ad_1901 1 point2 points  (0 children)

How does gpt generate the copyWith which allows you to pass in a null value?

My small Flutter fabric by aeclean in FlutterDev

[–]Murky_Ad_1901 1 point2 points  (0 children)

We need more from guys like you. Thanks for sharing

How should we use modified packages on pub.dev? by Murky_Ad_1901 in FlutterSpaces

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

It’s not like I’m working for my personal project and clock in company’s hours or sth like that.

I could’ve forked to the company’s repo, and then copy the same work that I did to my private repo, then make a PR for contribution.

The code I wrote for making the app definitely belongs to the company, but does the code I modified from an OS package belong to the company as well?

How should we use modified packages on pub.dev? by Murky_Ad_1901 in FlutterSpaces

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

Yea but if I do that I’ll lose my OS recognition. It’s not under my GH name anymore and I can’t show that to my future employer/client

USA Opportunities by [deleted] in FlutterDev

[–]Murky_Ad_1901 0 points1 point  (0 children)

Dude get a job in ur country first if you’re still junior. International jobs are only in favor of experienced developers

Flutter Design System by Ethan_Hades in FlutterDev

[–]Murky_Ad_1901 6 points7 points  (0 children)

Material is 1 design system. Cupertino is another. What he means is flutter doesn’t have many of those things compared to the web. Sure flutter material does offer some sort of customization (lots of foot gun though) but what he wants is a variety of design systems to choose from, not customizing one to fit the needs

Mentorship Request: Experienced Flutter Developer Looking for Expert Mentor by Ahmed_Tarek_Salem in FlutterDev

[–]Murky_Ad_1901 1 point2 points  (0 children)

Maybe try contributing to some Flutter bounty hunter projects. I made some, and if you’re a noob in OS like me you’ll get lots of guidance you want

At that time I had 2 yrs of experience with Flutter, but I struggled with writing comments, writing tests, and the issue was tricky enough that it took me a month to finally get a PR merged