Jakob E. Bardram

Results 78 comments of Jakob E. Bardram

@Lyokone - Would it be possible to merge this? It seems to fix several issues we are facing using the getLocation() method. Thanks.

We should make the sequence ID optional when uploading.

> I seem to recall we discussed that option in the past. Do you remember the pro/cons? There are very good design reasons for it being there (dedecting dropped data,...

Resources should be: * audio * video * image all accessible from an URL or a Flutter asset.

For video - use https://pub.dev/packages/video_player ?

This is needed to get resources for the "study" (and not just the personal deployment). > I don't really consider that a hack. If you look at [the system decomposition](https://camo.githubusercontent.com/d8152d9d7e4bb045474ad30b89f9e11cef7842ea3e83c7913e61927c84b1d475/68747470733a2f2f692e696d6775722e636f6d2f68457354484e6b2e706e67),...

We should probably deprecate the carp location plugin.

Sounds like a good idea - let's do that. We can make it an unlisted package at pub.dev

I can see that the construct `Theme.of(context).extension()!....` is used in many places in RP, so maybe a more general problem?

Ok - I solved it by using the RP themes in my app, like this: The problem occurs when I use the default `ThemeData.dark()` theme. BUT - the RP should...