derdilla

Results 46 issues of derdilla

Fastlane allows to take screenshots of specific parts of the app through script. The release process should include a step where all screenshots are updated automatically.

dev

Implement Comparable for the TimeOfDay class as discussed in #139098. Also implements utility methods as `isBefore`, `isAfter` and `isAtSameTimeAs` for convenience and parity with `DateTime` from the dart sdk. ##...

framework
f: material design

Over time the code used different words for the same thing: - "analyzer" vs "analyser", - "model" vs "repository" - `millisecondsSinceEpoch` => `secondsSinceEpoch` - ... These should be found and...

documentation
dev

Since v1.7.0 the app takes a long time too start, even exceeding the loading screen. To be useful the app must allow inputs the second it os opened.

bug
dev
fidelity

Some components still don't respect the preferred pressure unit setting and assume `?.mmHg`. #### Examples: - `blood_pressure_distribution.dart:82,87` - `pdf_converter.dart:84`

dev

### What you want: The user should be shown the most important settings (warn values, measurement on launch) and features (time range, export, statistics). ### Why you want it: Sometimes...

enhancement
contributors-welcome

### What you want: I want to take a photo of the screen of the measurement device and have the inputs autofill. Different screen layouts need to be supported. This...

enhancement
contributors-welcome

### What you want: Explain how a standard measurement is taken and provide timers to assist with rest periods. Remind the user to measure if desired. ### Why you want...

enhancement
contributors-welcome

On the statistics page the color of the value_distribution slider could match the color of the distribution below.

enhancement
fidelity

A workflow like the one from the example fails on windows: ```yaml windows: runs-on: windows-latest steps: - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 with: channel: 'beta' - run: flutter build windows...