- A simple NEWS app to notify me about the most hot trending news in Kenya Today.
- Flutter
- Dart
- HTTP request
- News App API
- Flutter webview
To generate the Android .apk
file, in the same working directory still, run this command**
flutter build apk --split-per-abi
- Obtain API KEY here
- Obtain Free Online Images Here
- Lab: Write your first Flutter app
- Cookbook: Useful Flutter samples
- Online Documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
1.http: A composable, Future-based library for making HTTP requests.
2.Cached Network Image: A flutter library to show images from the internet and keep them in the cache directory.
3.WebView for Flutter: A Flutter plugin that provides a WebView widget.