mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-11-08 12:39:17 +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
22 lines
498 B
Markdown
22 lines
498 B
Markdown
# 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>
|
|
|