Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
iamEtornam committed Mar 9, 2024
1 parent b3e6617 commit 2ae5457
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
This project uses Google's [Gemini API](https://developers.generativeai.google/tutorials/setup) to create a news summary app in [Flutter](https://flutter.dev)

## Art

<p>
<tr>
<td><img align="left" src="https://raw.githubusercontent.com/iamEtornam/News-Assistant/main/screenshots/art_1.png" width="200" height="400"/></td>
<td><img src="https://raw.githubusercontent.com/iamEtornam/News-Assistant/main/screenshots/art_2.png" width="200" height="400"/></td>
Expand All @@ -30,8 +30,10 @@ This project uses Google's [Gemini API](https://developers.generativeai.google/t
</br>
<tr>
<td><img align="left" src="https://raw.githubusercontent.com/iamEtornam/News-Assistant/main/screenshots/art_7.png" width="200" height="400"/></td>

<td><img align="left" src="https://raw.githubusercontent.com/iamEtornam/News-Assistant/main/screenshots/art_8.png" width="200" height="400"/></td>
</tr>
</p>
</br>

## Getting Started

Expand Down
4 changes: 2 additions & 2 deletions lib/views/news_detail_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@ class AppBar extends StatelessWidget implements PreferredSizeWidget {
),
const Spacer(),
InkWell(
onTap: () {},
onTap: onBookmark,
child: Padding(
padding: const EdgeInsets.all(8.0),
child: SvgPicture.asset(Svgs.bookmark),
)),
InkWell(
onTap: () {},
onTap: onShare,
child: Padding(
padding: const EdgeInsets.all(8.0),
child: SvgPicture.asset(Svgs.share),
Expand Down
Binary file added screenshots/art_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ae5457

Please sign in to comment.