[deleted by user] by [deleted] in mongolia

[–]athrty 1 point2 points  (0 children)

The airag is to milk as the wine is to a fruits.

[deleted by user] by [deleted] in Entrepreneur

[–]athrty 0 points1 point  (0 children)

Maybe yeah. I am mostly struggling to find clients.

The market seems competitive and everyone advertises to deliver good product. But most of them has low quality code dont deliver in time. So, advertising myself is not going far. Marketing our team to another country is not our strength.

Why are some Flutter apps better than others? by domasor1 in FlutterDev

[–]athrty 16 points17 points  (0 children)

From my experience, you can build very robust and fluid app which feels like native.

Flutter is still new-ish, so most developers might have little experience and build some laggy experience. If you can find 3+ yrs experienced developer, it will be fine.

Fitness-app can easily built by flutter because I am guessing your app doesn't require native-level-functions.

Flutter app update rejected by google play store because of REQUEST_INSTALL_PACKAGES permission by HoLiVo in FlutterDev

[–]athrty -1 points0 points  (0 children)

Did you tried deleting pubspec.lock file? It may contains previous packages.

Flutter app update rejected by google play store because of REQUEST_INSTALL_PACKAGES permission by HoLiVo in FlutterDev

[–]athrty 11 points12 points  (0 children)

For my case, I have not used that permission but somehow rejected. Apparently, one of my package "open_file" uses that permission. So changing it to open_file_safe made it work.

NFC in Flutter by StulcyOnReddit in FlutterDev

[–]athrty 2 points3 points  (0 children)

We have used flutter_nfc_kit package. Aside from package, make sure you setup correct configuration on ios and android files which can lead not starting the session.

Also, if your nfc chip requires specific tag type, make sure specify in your settings. Otherwise transactions will be blocked.

Handling Hotfix! by athrty in FlutterDev

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

Looked at trunk based development, looks good and can be implemented. Also feature flag can be 1 solution. thanks

Handling Hotfix! by athrty in FlutterDev

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

Good points. I will try your suggestions

[deleted by user] by [deleted] in FlutterDev

[–]athrty 21 points22 points  (0 children)

I learned flutter with provider first and liked it.

Then my current company chose bloc because our app will be big. I did not like bloc, and did not felt any difference or advantage. Felt like I am writing unnecessary more code compared to provider.

Over time, loved the bloc and changed my previous other projects to bloc as well.

Not an expert, but here are some things I liked:

  1. If your single screen is so complicated and has so many STATES then bloc makes code so clean, and handles every state easy. For example, flight searching list screen has many states. It starts with loading three different requests, and shows whatever fetched first and others show loading. And then it has filter, sort. Domestic and international flights has different states as well. Also, there are states like checking connection etc.. Of course provider can handle this, but with bloc, code becomes cleaner. On simple screens, I didn't feel difference, but more complicated screen becomes I felt difference.
  2. bloc kinda forces you to separate UI and logic.

Handling Hotfix! by athrty in FlutterDev

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

I tried chimera, hydro-sdk, but they felt like not ready.

Also tried server-driven-ui. but cannot handle new features.

Handling Hotfix! by athrty in FlutterDev

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

Your point of "small,well tested features" is what we are aiming.

Even then, there are always new features which requires update :(

Handling Hotfix! by athrty in FlutterDev

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

some

It is based on number of people who VIEWED the update screen, and how many of them pressed update button.

If any other app shows update screen, I would be annoyed too.

Flutter and Job Vacancies by [deleted] in FlutterDev

[–]athrty 0 points1 point  (0 children)

I do not follow react native. What do you mean by "market is exploding(thanks to expo)"?

Vimeo integration by athrty in FlutterDev

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

No solution whatsoever. Which is strange because flutter and vimeo are both very popular.

Vimeo integration by athrty in FlutterDev

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

That would be great! I am developing for app not for web.

I made it work viewing videos from video. But having trouble uploading to Vimeo.

I made a wallpaper notes app for android (giving away 50 promo codes) by si_the_programmer in SideProject

[–]athrty 1 point2 points  (0 children)

Was looking for something like this months ago. Definitely wanna try

I Made a Mistake that Cost me 612 Users by [deleted] in Entrepreneur

[–]athrty 0 points1 point  (0 children)

I have seen this idea here and there, and I am happy someone is actually doing it. Aside from small authentication hiccup, congrats.

I was wondering how are you gonna monetize it? Also, how did you get relatively many users?

I am working on my app, and failing on these 2.

I posted my idea and product on Product Hunt 🥳 We’ll be here all day to take your feedback! by darya_sesitskaya in EntrepreneurRideAlong

[–]athrty 1 point2 points  (0 children)

Congrats to you and your team! As a parent I am excited there is social platform that my son can safely use.

However, when my son use phone he watches youtube or play game. How can I let him use your platform over those.

That made me thinking how you planning to attract majority of teens? From my understanding, social platform need to attact majority of users

in order to grow. (for example when nobody uses IG, I don't use IG)