We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd30cc commit 7c3a94eCopy full SHA for 7c3a94e
lib/headlines-feed/view/headlines_feed_page.dart
@@ -123,7 +123,8 @@ class _HeadlinesFeedViewState extends State<_HeadlinesFeedView> {
123
subheadline: 'Fetching headlines',
124
);
125
// this silentcase will never be reached
126
- // it here just to fullfill the switch comprehensive check
+ // it here just to fullfill the Exhaustiveness
127
+ // Checking os the sealed state.
128
case HeadlinesFeedLoadingSilently():
129
return const Placeholder();
130
case HeadlinesFeedLoaded():
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: ht_main
2
description: main headlines toolkit mobile app.
3
-version: 0.27.1
+version: 0.27.2
4
publish_to: none
5
repository: https://github.com/headlines-toolkit/ht-main
6
environment:
0 commit comments