1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-10 13:39:07 +00:00

[Fixes #97] Added a News & Memes App (#99)

* Added a News&Memes-App/Sriraj-dev

* Added Screen recording and Screenshots

* Update README.md

* Added demo directory with sample images/recording

* Update README.md
This commit is contained in:
Sriraj
2022-10-22 23:52:33 +05:30
committed by GitHub
parent 52a150d66b
commit 59ec36a48a
74 changed files with 1692 additions and 0 deletions

21
news_memes_app/README.md Normal file
View File

@@ -0,0 +1,21 @@
# news_memes_app
An app which shows latest news and funny memes.
# Steps to follow:
- cd into news_memes_app under flutter_examples.
- Login to https://newsapi.org/ with your account and get APIKEY.
- go to news_memes_app/lib/services/getNews.dart. and paste your APIKey.
# ScreenRecording:
[screenrecording](demo/vid_1.mp4)
# ScreenShots:
<p align="center">
<img src="demo/sc_1.jpeg" width="300">
<img src="demo/sc_3.jpeg" width="300">
<img src="demo/sc_2.jpeg" width="300">
</p>