Ballast Navigation is now officially released in v...
# ballast
c
Ballast Navigation is now officially released in version 2.3.0! https://kotlinlang.slack.com/archives/C0BJ0GTE2/p1670860199094499
🎉 3
s
It calls out support for web DOM, so it doesn't support web canvas?
c
While I haven’t personally tested it on web canvas, this library doesn’t have any specific integration with any of the compose targets, so I would expect it to work just fine. It basically just emits a
StateFlow
which you can
collectAsState()
, and I would expect the example code snippet to work out-of-the-box