mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-11-10 13:39:07 +00:00
* 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:
21
news_memes_app/README.md
Normal file
21
news_memes_app/README.md
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user