Files
shorebird-updater/dart_bindings
Eric Seidel eacc7e8b87 Make updater library thread safe
This was needed so that it could be called from Dart as well as flutter_main/C++.

It turns out flutter_main does not run on the "ui thread", so when Dart was calling
into the updater it would panic due to thinking the updater (which was using a thread local) was not yet initialized.

Also added the log-panics crate on Android so that panics appear in adb logcat.
2023-03-08 13:03:13 -08:00
..
2023-03-08 13:03:13 -08:00

dart_bindings

Dart bindings for the updater library.

This presumably eventually either gets published to pub.dev, or more likely ends up as dart:shorebird or something included with the Shorebird SDK.