@ThomasBurkhartB@LoicSharma I would always prefer the kotlin multiplatform way of accessing platform specific APIs even if the UI is written in a cross platform framework such as Flutter.
@saibotma Well yes, you can throw anything and some 3rd party plugins therefore might throw some random instance of anything. 😅
I would argue that this is a code smell. If there would be required lint rules for dart packages that something like is not happening that would be great...
@tbsrnstrm How much of the app is build with swift ui? I have been using swiftui for building mac apps but I ended up implementing parts of the app in app kit due to the poor performance of some SwiftUI Views.
I also feel like text editing was a lot better in app kit
@vincevargadev I agree.
After watching all the wwdc talks on liquid glass I am pretty sure that we will not get any official support in flutter for this until the end of 2026.
Let's see how fast LG is adopted by native apps and lets see if users are actually asking for LG at all...
@MatejKnopp Sometimes I read your tweets and understand absolutely nothing what you are talking about. 😂
There is still so much to learn in the dart and flutter ecosystem.
I guess I will be looking into NativeCallable later today 👀
@spydon@OrestesGaolin I like how kotlin data class or swifts structs work and maybe dart can have a similar keyword for a certain type of class. This class might be required to have a const constructor and the compiler can optimize this without breaking old codebases 👍
@spydon@OrestesGaolin I think this might be dangerous in some cases since the „const“ keyword can result in a different output based on the business logic. The easiest example is equality.
But I understand your point 🧐
@marcus_eckert Riveo doesn’t make money? I would expect this app to get you a decent amount of revenue since it’s quite a good product and it stands out compared to its competitors
@marcus_eckert@RiveoApp What the hell, how do you come up with those ideas and how do make it work?
I would pay for a course on how to build stuff like this.
Do I need this? No.
Do I want to know how to do this? Absolutely!
I am convinced that building good products requires 'knowing your competition well'. Since I am working on Kotlin, IntelliJ & Fleet, I thought well...
Let's call my friend @JulianLenz_ and learn about 'What makes Flutter great' 🙇♂️
That was fun🥰
https://t.co/jGM27keQuA
@saibotma Sentry 👀
One of our customer has that self hosted as well which is very cool :D
Especially distributed tracing is a game changer if your backend has multiple other systems/microservices it talks to.
@RydMike This plugin does not check if you are actually able to reach a server or if the user has internet. You can still be in a WiFi that doesn’t allow any network requests and this package will tell you everything is fine.
@saibotma Interesting, I can’t say that I haven’t experienced any „undefined“ behavior but so far this worked great.
I would love to have an explanation why the behavior is undefined and what potential issues we have to be aware of.