A simple German news app written in Dart with Flutter, which uses the News API to fetch data. The articles are displayed within the app with flutter's webview plugin.
- Go to News API.
- Create an account and retrieve your api key.
- Replace the string myApiKey in the lib/apiKey.dart with your own key and you're good to go.
This app isn't ready for release and should only be used for private purposes.