HPI-de / hpi-flutter

The inofficial HPI app, written in Flutter
Apache License 2.0
10 stars 2 forks source link

ui: add simple dark theme #136

Closed JonasWanke closed 4 years ago

JonasWanke commented 4 years ago

Fixes: #110

Checklist

Changes

jwbot commented 4 years ago
10 Warnings
:warning: lib/app/services/navigation.dart#L43 - Avoid print calls in production code
:warning: lib/core/localizations.dart#L64 - Avoid print calls in production code
:warning: lib/crashreporting/utils.dart#L46 - Avoid print calls in production code
:warning: lib/crashreporting/utils.dart#L48 - Avoid print calls in production code
:warning: lib/feedback/widgets/feedback_dialog.dart#L158 - Avoid print calls in production code
:warning: lib/main.dart#L26 - Avoid slow async dart:io methods
:warning: lib/news/widgets/article_page.dart#L145 - Avoid print calls in production code
:warning: lib/news/widgets/article_preview.dart#L46 - Avoid print calls in production code
:warning: lib/tools/widgets/timer_page.dart#L68 - Close instances of dart.core.Sink
:warning: lib/tools/widgets/timer_page.dart#L155 - This class (or a class which this class inherits from) is marked as ‘@immutable’, but one or more of its instance fields are not final: CountdownTimerWidget._lastCoords

Generated by :no_entry_sign: Danger