Skip to content

Commit 722bf22

Browse files
committed
Update README.md file
1 parent fd4be1f commit 722bf22

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# flutter_news_app
1+
# Flutter News App
2+
News App built in with Flutter.
23

3-
Flutter News App with NewsApi
4+
## Technology
5+
1. BLoC<br />
6+
BLoC (Business Logic Component) is design pattern helps to separate *presentation* from *business logic*.
7+
2. Dio<br />
8+
A powerful HTTP client for Dart, which supports interceptors, FormData, Request Cancellation, File Downloading, Timeout, etc.
9+
3. JSON Serializable<br />
10+
Automatically generate code for converting to and from JSON by annotating Dart classes.
11+
4. Intl<br />
12+
Plugin to provides internalization and localization facilities, including message translation, plurals and genders, date/number formatting and parsing, and bidirectional text.
13+
5. Url Launcher<br />
14+
Flutter plugin for launching a URL on Android and iOS.
15+
6. Build Runner<br />
16+
Package to provides a concrete way of generating files using Dart code, outside of tools like `pub server/build`, files are always generated directly on disk, and rebuilds are *incremental-* inspired by tools such as Bazel.
417

5-
## Getting Started
6-
7-
This project is a starting point for a Flutter application.
8-
9-
A few resources to get you started if this is your first Flutter project:
10-
11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
13-
14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
18+
![News App](https://github.com/CoderJava/Flutter-News-App/blob/master/screenshots/output_app.png)

0 commit comments

Comments
 (0)