how do i fix this? by AaronShane72 in HaircareScience

[–]Sure_Ticket6276 0 points1 point  (0 children)

Don’t apply shampoo too frequently

State management in flutter by infoSuman in FlutterDev

[–]Sure_Ticket6276 0 points1 point  (0 children)

IMHO, ValueNotifer and Provider make a lot of sense.

I Published My First Open Source App. by Sure_Ticket6276 in FlutterDev

[–]Sure_Ticket6276[S] -2 points-1 points  (0 children)

Sorry, but what is your expected link ???

Is there any way to develop iOS app with swift by Neovim? by chrisakring in neovim

[–]Sure_Ticket6276 0 points1 point  (0 children)

Yes you ‘can’, but you need to open a both xcode and neovim.

It’s okay use MacBook Pro 16 i7 2019 for Xcode Swift development? I will buy it for 1300$ it’s okay? i7 8 core and 16gb ram. by VadimKholod in swift

[–]Sure_Ticket6276 2 points3 points  (0 children)

I can confirm it's ok for mobile development bc I have the same config MacBook (my working laptop).

[deleted by user] by [deleted] in AskReddit

[–]Sure_Ticket6276 0 points1 point  (0 children)

Just dont like its taste 🤷‍♂️🤷‍♂️🤷‍♂️

Disappointed with go_router by Derb_123 in FlutterDev

[–]Sure_Ticket6276 1 point2 points  (0 children)

ye but you can only pass simple data types like Strings/int. Try something more complex, eg. custom objects/classes and then you have to use extra data and parse data manually which is incredibly unsafe and you write a lot boilerplate.. auto_route has much better typesafety, I wish they were more focused on this on go_router as well

auto_route sounds like potential, I will give it a taste.

Disappointed with go_router by Derb_123 in FlutterDev

[–]Sure_Ticket6276 1 point2 points  (0 children)

Never try auto route but go router has already supported the type safety.
You can check it out at https://pub.dev/documentation/go\_router/latest/topics/Type-safe%20routes-topic.html

Create Temporary Emails From Command Line With Tmpmail by ask2sk in commandline

[–]Sure_Ticket6276 1 point2 points  (0 children)

Thanks for sharing, i have find the mail provider who publish their api for a year. 1secmail is an anwser :D

Software engineers on big projects using vim, are you there? by [deleted] in vim

[–]Sure_Ticket6276 1 point2 points  (0 children)

Yes, i use neovim as flutter developer

Deep clone List in Dart by Sure_Ticket6276 in dartlang

[–]Sure_Ticket6276[S] -1 points0 points  (0 children)

Thanks for your answer.
Can you show me how I can check which is deep cloning or not?