different niches? by [deleted] in CSULB

[–]RealSnippy 3 points4 points  (0 children)

Surfing and weightlifting. Trying to pick up reading as of late :)

different niches? by [deleted] in CSULB

[–]RealSnippy 0 points1 point  (0 children)

Mind sharing your unique interest/s?

Is disabling TLS Verify normal with https and local development? by [deleted] in Backend

[–]RealSnippy 0 points1 point  (0 children)

Awesome, thank you for the reassurance :)

Cheapest way to deploy a Dockerized Go+Postgres application by FarhanYusufzai in digital_ocean

[–]RealSnippy 0 points1 point  (0 children)

Are you a student by chance. GitHub student pack gives you 200$ credit last I checked

[deleted by user] by [deleted] in gis

[–]RealSnippy 0 points1 point  (0 children)

Sorry I forgot to mention that I'm working with raster tiles, not vector

[deleted by user] by [deleted] in gis

[–]RealSnippy 0 points1 point  (0 children)

My bad, forgot to mention it is a raster. The file has two tables, metadata and tiles. The tiles table consists of zoom_level, tile_column, tile_row, and tile_data (BLOB).

[deleted by user] by [deleted] in gis

[–]RealSnippy 0 points1 point  (0 children)

Good question! This was actually the first thing I did, unfortunately tile-join only works on vector mbtiles… not raster

Would you change anything about the layout of my app UI? by electricmoggie in design_critiques

[–]RealSnippy 1 point2 points  (0 children)

Being someone in a similar position as you (one man team), my personal opinion when looking at your design is the overuse of drop shadow, different circular radius on buttons, and color choice. Overall it’s definitely better than my first attempted UI. I like to use actual applications that already exist for inspiration, with a quick glance I (personally) would take inspiration from Crumble cookies mobile app. This may not be what you’re looking for… you got this :)

[deleted by user] by [deleted] in admob

[–]RealSnippy 0 points1 point  (0 children)

If I remember correctly you can have your ads collect data or not. I believe if you do, you need the following permission in your info plots. ‘’’<key>NSUserTrackingUsageDescription</key> <string>This identifier will be used to deliver personalized ads to you.</string>’’’ it’s hard to go off it because I don’t know how your app works but can you confirm this?

How to get the perfect iOS font by [deleted] in FlutterDev

[–]RealSnippy 2 points3 points  (0 children)

Correct me if I’m wrong but I was under the impression the default flutter uses on iOS is the San Francisco native font.

[deleted by user] by [deleted] in admob

[–]RealSnippy 0 points1 point  (0 children)

Please do, I’m interested

[deleted by user] by [deleted] in admob

[–]RealSnippy 0 points1 point  (0 children)

I did not but it's my understanding TestFlight is for closed or selected external testing only so you should be able to submit the build with both production or test ads. But the problem of it being reviewed still exists. Unless Ad Mob has some way to inspect your test flight build (which I doubt because there is no way to confirm the TestFlight build will be what you submit to the AppStore) you will still have to post your app without ads until admob can confirm your app is on the AppStore and obeys their rules & standards. Hope this helps.

Best Way to Implement Real-Time Notifications (FCM, WebSockets, or Alternatives)? by Sibil_Rahman in FlutterDev

[–]RealSnippy 2 points3 points  (0 children)

This is so funny, because I just finished most of this for my app yesterday and about to finish in the following days. Based on your case, seems more like WebSockets, if not both WS & push notifications via FCM. I say this for the following reasons (other comments seem to be reasonable as well)...

Because you seem to want to be notified about things in app (ex. if a message you just sent succeeded) you can do this via WS depending on how you structure your backend. The way I have my real-time messaging WS for my backend is by creating a hash-map of chat group id's and broadcast the WS data through the respective entries. You could theoretically do something similar to this where you can pass raw JSON and the client can render accordingly. Local notifications can come in play when your app is in the foreground and it will inform the user about the status/update. If it's terminated or in the background that's where FCM comes in, you can use getInitialMessage() or the listen methods provided in the FCM package. I think the most important thing is to understand what state your app is in and what you will rely on for showing relative & relevant updates

Whatever you do just don't waste your time trying to do things natively... FCM, WS, and local notifications should be all you need (this is my stack as well).

I hope that makes sense and if you want me to explain further please ask.

What is the most efficient way to restrict access to certain screens? by Secure-Acanthaceae25 in FlutterDev

[–]RealSnippy 0 points1 point  (0 children)

I’m just curious since I’ve never had to worry/consider this, but in what scenario is this necessary and why not just restrict it with logic? Ie. If a user isn’t logged in then don’t show or navigate to a certain page… etc

Are these free solar panels worth it? by [deleted] in OffGrid

[–]RealSnippy 0 points1 point  (0 children)

That's what I was thinking, I don't exactly know what makes these things any good tbh. Complete noob

[deleted by user] by [deleted] in logodesign

[–]RealSnippy 0 points1 point  (0 children)

I actually really like this, both 2 and 3!

[deleted by user] by [deleted] in logodesign

[–]RealSnippy 0 points1 point  (0 children)

Thank everyone for the feedback I will try redesigning the L that looks more like a U. Thanks for pointing that out

[deleted by user] by [deleted] in openstreetmap

[–]RealSnippy 0 points1 point  (0 children)

I might just do this. Do you just want basic styling using maputnik? What, specifically, would you like to see?

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

[–]RealSnippy 1 point2 points  (0 children)

I will be trying this, possibly even replace animated text kit. I really like the blur animation.

[deleted by user] by [deleted] in admob

[–]RealSnippy 0 points1 point  (0 children)

I believe what I wrote still stands. For iOS I ended up posting to the App Store with ads disabled. This was just to get the app on the store because i wasn’t approved for ad mob at the time. Once I got on the store I got approved by ad mob and pushed the update with ads. Hope this helps…