Skip to content

Commit

Permalink
docs: update images path
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsocraposo committed Jul 9, 2023
1 parent 3b1ca55 commit 6cfd8c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Buttons TabBar is an open-source Flutter package that provides a tabbar where each tab indicator is a toggle button. It allows you to create interactive and customizable tab bars for your Flutter applications.

![ButtonsTabBar screen animation](https://raw.githubusercontent.com/Afonsocraposo/buttons_tabbar/master/docscreenshots/screen2.gif)
![ButtonsTabBar screen animation](https://raw.githubusercontent.com/Afonsocraposo/buttons_tabbar/master/doc/creenshots/screen2.gif)

## Features

Expand Down Expand Up @@ -73,7 +73,7 @@ Here are a few examples of how you can use Buttons TabBar:

#### Example #1

![ButtonsTabBar - Example #1](https://raw.githubusercontent.com/Afonsocraposo/buttons_tabbar/master/docscreenshots/example1.jpg)
![ButtonsTabBar - Example #1](https://raw.githubusercontent.com/Afonsocraposo/buttons_tabbar/master/doc/creenshots/example1.jpg)

```dart
DefaultTabController(
Expand All @@ -96,7 +96,7 @@ DefaultTabController(

#### Example #2

![ButtonsTabBar - Example #2](https://raw.githubusercontent.com/Afonsocraposo/buttons_tabbar/master/docscreenshots/example2.jpg)
![ButtonsTabBar - Example #2](https://raw.githubusercontent.com/Afonsocraposo/buttons_tabbar/master/doc/creenshots/example2.jpg)

```dart
DefaultTabController(
Expand Down Expand Up @@ -131,7 +131,7 @@ DefaultTabController(

#### Example #3

![ButtonsTabBar - Example #3](https://raw.githubusercontent.com/Afonsocraposo/buttons_tabbar/master/docscreenshots/example3.jpg)
![ButtonsTabBar - Example #3](https://raw.githubusercontent.com/Afonsocraposo/buttons_tabbar/master/doc/creenshots/example3.jpg)

```dart
DefaultTabController(
Expand Down

0 comments on commit 6cfd8c6

Please sign in to comment.