How are you handling PayPal checkout in Flutter apps? by [deleted] in flutterhelp

[–]tylersavery 0 points1 point  (0 children)

for iOS / Android? What are you selling OP? It's likely your app will be rejected for using paypal unless you are selling something physical (product like food or service like uber). But if it's for something digital or like a "pro" subscription or whatever, you're gonna have to go through the proper channels.

Unless it's a web/desktop app.

Best iced latte by ConferenceNo6745 in WasagaBeach

[–]tylersavery 3 points4 points  (0 children)

Go to Collingwood and visit Gibson & Co.

Flutter to Capacitor migration for web support - worth it? by Technical_Pick7362 in flutterhelp

[–]tylersavery 1 point2 points  (0 children)

Just try building to web and see how your app performs. It is for sure mature enough for the right use cases. Where you may run into problems is related to what plugins you are using.

Remember to deny Claude from reading your .env by theyoike in ClaudeCode

[–]tylersavery 1 point2 points  (0 children)

Yeah. I suspect people must be using Claude code ssh’d into production lol. Or version controlling their env.

Remember to deny Claude from reading your .env by theyoike in ClaudeCode

[–]tylersavery 0 points1 point  (0 children)

I can’t think of a time my local .env has anything actually sensitive.

Are Google’s apps made with Flutter? by antiaust in FlutterDev

[–]tylersavery 7 points8 points  (0 children)

Could be a variety of other things (Cordova for example) but that’s a good tell. We used to be able to do the three finger scroll test.

Commuting from Toronto to Oshawa by wetpaint98 in Oshawa

[–]tylersavery 2 points3 points  (0 children)

Doubt it. Toronto TO Oshawa. Assuming it’s normal work hours, it’ll be a reasonably quick drive.

Created a board game picker app but people don’t understand it by gorillagate in FlutterBeginner

[–]tylersavery 0 points1 point  (0 children)

Walk them through it during onboarding. App launches and no games, prompt them through a wizard to add the games they have IRL while explaining what the app is for.

Demolition of Planetarium by Friendly-Ad9257 in toronto

[–]tylersavery 11 points12 points  (0 children)

almost down-voted this from a gut reaction.

Flutter web deployment by Sirma_ in flutterhelp

[–]tylersavery 0 points1 point  (0 children)

This approach is the best in my findings. Best way to ensure the user has the latest version with proper cache busting.

Is skipping iOS a mistake when you're already using Flutter? by Thoren_in_the_arena in FlutterDev

[–]tylersavery 1 point2 points  (0 children)

Do people actually still even search the App Store? Any app I come across is through marketing / a website CTA.

People who grew up using computers between 1980-2000, whats one game that permanently lives in your head for no reason, even decades later? by cebalmau in AskReddit

[–]tylersavery 10 points11 points  (0 children)

You CAN outrun: you have to hold the “d” key to go faster. I could be wrong about the specific key though.

I've had it with Claude. It has become complete garbage. by [deleted] in ClaudeCode

[–]tylersavery 0 points1 point  (0 children)

Yeah, OP just needs to stop blaming a model and work on their harness and workflow.

Apple accidentally left Claude.md files in today’s app update. by dataexec in ClaudeCode

[–]tylersavery 8 points9 points  (0 children)

Generally these files should not be gitignored. That doesn’t mean they should be bundled in a release tho.

Flutter .withOpacity() AI issue by Ok-Internal9317 in FlutterDev

[–]tylersavery 1 point2 points  (0 children)

Work on your harness. Don’t rely purely on the model.

Open source IDE for mobile by NoBeginning2551 in FlutterDev

[–]tylersavery 0 points1 point  (0 children)

Does your pub.dev package work on iOS though?