Marcel Garus
Marcel Garus
#334 introduces some error handling for the cases from above. I think we shouldn't provide a generic way of handling errors, but rather think about error handling in those cases...
Depends on #61
Blocked by https://github.com/fluttercommunity/flutter_downloader/issues/263
Viewing files without downloading them to storage isn't exactly possible because other apps opening the files need them to be in the external storage. But I believe by solving #60...
Material Design released a [Navigation Rail](https://material.io/components/navigation-rail). Maybe that would be nice for the top-level navigation menu?
We could also try out GitHub Actions.
Any updates on this?
Sadly, it does not, but it's being worked on. For now, you can manually write a class that implements `TypeAdapter` and has an `id` field. Then you can register it...
Hive **doesn't support generics** out-of-the box. Yet. That means, generating code for generic classes doesn't work yet. Which in turn means, you need to write your own custom type adapter....
Yes exactly, the annotations should be removed, but you should still extend `HiveObject` if you want `save()` functions etc. It shouldn't be a problem that the generic type also extends...