Skip to content

Commit 3e7c619

Browse files
authored
Update README.md
1 parent da7a64e commit 3e7c619

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Flutter News App
22
News App developed with Flutter and API from [News API](https://newsapi.org)
33

4+
## How to use
5+
Please open file **api_provider.dart** and change `apiKey` in variable `_baseUrl` with your own.
6+
47
## Technology
58
1. BLoC<br />
69
BLoC (Business Logic Component) is design pattern helps to separate *presentation* from *business logic*.
@@ -15,4 +18,4 @@ Flutter plugin for launching a URL on Android and iOS.
1518
6. Build Runner<br />
1619
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.
1720

18-
![News App](https://github.com/CoderJava/Flutter-News-App/blob/master/screenshots/output_app.png)
21+
![News App](https://github.com/CoderJava/Flutter-News-App/blob/master/screenshots/output_app.png)

0 commit comments

Comments
 (0)