I like the compactness of the UI, really well done!
I was trying to build the app locally, but it's failing:
```
wojtek@Mac Hacki % flutter run
Launching lib/main.dart on iPhone 16 Pro in debug mode...
Running Xcode build...
Xcode build done. 51.3s
Failed to build iOS app
Error (Xcode): lib/blocs/stories/stories_bloc.dart:254:15: Error: Property 'isEmpty' cannot be accessed on 'List<int>?' because it is potentially null.
Could not build the application for the simulator.
Error launching application on iPhone 16 Pro.
```