News App developed with Flutter and API from News API
- BLoC
BLoC (Business Logic Component) is design pattern helps to separate presentation from business logic. - Dio
A powerful HTTP client for Dart, which supports interceptors, FormData, Request Cancellation, File Downloading, Timeout, etc. - JSON Serializable
Automatically generate code for converting to and from JSON by annotating Dart classes. - Intl
Plugin to provides internalization 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 on Android and iOS. - Build Runner
Package to provides a concrete way of generating files using Dart code, outside of tools likepub server/build
, files are always generated directly on disk, and rebuilds are incremental- inspired by tools such as Bazel.