Flutter News Application
Link : https://drive.google.com/drive/folders/121IwiyoL_95Kp-3XmSq_Iwv0WlMt_4Uo?usp=sharing
flutter pub get
Usage
flutter run
- List daily news.
- Filter daily news by category.
- Refresh list daily news with pull to refresh style.
- Go to detail news website.
- Search news.
- Dark mode support.
- Dio
A powerful Http client for Dart, which supports interceptors, FormData, Request Cancellation, File Downloading, Timeout, etc. - Flutter BLoC
Flutter widgets that make it easy to implement the BLoC design pattern. - Intl
Package providers internationalization and localization facilities, including message translation, plurals and genders, date/number formatting and parsing, and bidirectional text. - Url Launcher
Flutter plugin for launching a URL in the mobile platform. Supports iOS and Android. - Cached Network Image
Flutter library to load and cache network images. Can also be used with placeholder and error widgets. - Get It
Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App. - Dartz
Functional Programming in Dart. Purify your Dart code using efficient immutable data structures, monads, lenses and other FP tools. - Equatable
An abstract class that helps to implement equality without needing to explicitly override == and hashCode. - Data Connection Checker
A pure Dart library that checks for internet by opening a socket to a list of specified addresses, each with individual port and timeout. - Flutter ScreenUtil
A Flutter plugin for adapting screen and font size. - Pedantic
How to get the most value from Dart static analysis. - Device Info
Flutter plugin providing detailed information about the device (make, model, etc). - Flutter SVG
An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files. - Build Runner
Tools to write binaries that run builders. - Mockito
A mock framework inspired by Mockito. - Bloc Test
A testing library which makes it easy to test blocs. - JSON Serializable
Automatically generate code for converting to and from JSON by annotating Dart classes. - Hive
Lightweight and blazing fast key-value database written in pure Dart.