hessen.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
hessen.social ist die Mastodongemeinschaft für alle Hessen:innen und alle, die sich Hessen verbunden fühlen

Serverstatistik:

1,7 Tsd.
aktive Profile

#Flutter

7 Beiträge5 Beteiligte2 Beiträge heute

👋🏼 #introduction though I'm not new here, but moved to my #selfhosted #Mastodon instance half a year ago 📦.

I'm Florian 👨🏼‍💻, #IT/computer science student at #RWTHAachen 🇩🇪🎓 and #tech enthusiast.
I do lots of #selfhosting in my #homelab, develop apps with #Flutter 📲, but also websites 🌐 and other #software 💻.

I'm very passionate about emergency #medicine 🩺 and work as a #paramedic (Rettungssanitäter 🇩🇪) on the #ambulance 🚑 in #ems 🚨.
I love water sports, be it #sailing ⛵, #diving 🤿 or #swimming 🏊🏼‍♂️.

👋🏼 Ich bin nicht #neuhier, aber vor gut 1/2 Jahr auf meine #selfhosted #Mastodon-Instanz umgezogen 📦.

Ich bin Florian 👨🏼‍💻, #Informatik|student an der #RWTHAachen 🎓 und #tech-Enthusiast.
Ich hoste vieles im #homelab #selfhosting, programmiere Apps mit #Flutter 📲, aber auch Webseiten 🌐 und andere #Software 💻.

Zudem begeistert mich die #Notfallmedizin #Medizin und ich bin als #Rettungssanitäter im #Rettungsdienst tätig 🩺🚑.
Ich liebe #Wassersport, egal ob #Segeln ⛵, #Tauchen 🤿 oder #Schwimmen 🏊🏼‍♂️.

Hmmm… Logging packages in #Flutter sind auch eher so meh. Hätte von einem Cross-Platform Package erwartet, dass man Logs auf die Console, Datei, bzw ins System logcat (Android), Eventlog (Windows),… schreiben kann. Ist aber nicht der Fall. Man ist froh über bunte Logs auf der Konsole…

Think twice before using Flutter (by #Google).

Actually #Flutter does not support translations you make in some languages and I don't know if the Flutter team is aware of the problem or they do it is purpose.

Flutter is … blablabla multiplatform, blablabla, you can build blablabla in the blablabla … but do not accept translations in some « minority languages ».

Blah !

Demo : github.com/localsend/localsend

Translations update from Hosted Weblate for LocalSend/App.
Current translation status:
GitHubTranslations update from Hosted Weblate by Tienisto · Pull Request #2322 · localsend/localsendVon Tienisto

Flutter is fun and easy until you realize that your app contains some proprietary Google Mobile Services (GMS) stuff, because you added the "location" and/or "geolocator" package and they somehow use the Fused Location provider. Both packages however are open source.

I threw both out and found another way to implement location access with the NETWORK_LOCATION of Android instead. No more GMS stuff in the app...

I think this is all very intransparent and you never know what you really get when adding a dependency.

#Flutter#Android#Location