Skip to content

Commit ea26bd0

Browse files
ionicfirebaseappgitbook-bot
authored andcommitted
GitBook: [master] 2 pages modified
1 parent 934b5d3 commit ea26bd0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following dependency into your pubspec.yaml file
1717

1818
```dart
1919
dependencies:
20-
getwidget: ^2.0.4
20+
getwidget: ^2.0.3
2121
```
2222

2323
You can install the above dependency by running the following code

src/gf-button/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GFButton(
4343

4444
## [FLUTTER ELEVATED BUTTON](https://docs.getwidget.dev/gf-button/standard-button/)
4545

46-
**Flutter Elevated Button** is a **button in flutter** which is the most commonly used **flutter button** which upon clicking, elevates or triggers to show the button action. The more customized properties can be seen in GF ****[**Flutter Elevated Button**](https://docs.getwidget.dev/gf-button/standard-button/)**.**
46+
**Flutter Elevated Button** is a **button in flutter** which is the most commonly used **flutter button** which upon clicking, elevates or triggers to show the button action. The more customized properties can be seen in Gf [Flutter Elevated Button](https://docs.getwidget.dev/gf-button/standard-button/)
4747

4848
## [FLUTTER ROUNDED BUTTON](https://docs.getwidget.dev/gf-button/pills-button)
4949

@@ -55,15 +55,17 @@ GFButton(
5555

5656
## \*\*\*\*[**FLUTTER TOGGLE BUTTON**](https://docs.getwidget.dev/gf-toggle)\*\*\*\*
5757

58-
**Flutter Toggle Button** or **Flutter Toggle Switch** is a ****switch button **that toggles between two states and the two states are often** ON/OFF **state**. ****
58+
**Flutter Toggle Button** or **Flutter Toggle Switch** is a switch button **that toggles between two states and the two states are often** ON/OFF state.
5959

6060
**For more information head to** [Flutter Toggle Switch Button.](https://docs.getwidget.dev/gf-toggle)
6161

6262
## [FLUTTER CIRCULAR BUTTON](https://docs.getwidget.dev/gf-button/pills-button)
6363

64-
**Flutter circular button** or **Flutter Pills/Rounded Button** is a type of **Flutter Button** that has circular corners in them. For more examples head to ****[**Flutter Circular Button**](https://docs.getwidget.dev/gf-button/pills-button) ****
64+
**Flutter circular button** or **Flutter Pills/Rounded Button** is a type of **Flutter Button** that has circular corners in them. For more examples head to [Flutter Circular button](https://docs.getwidget.dev/gf-button/pills-button)
6565

66-
\*\*\*\*[**FLUTTER BUTTON WIDGET MORE EXAMPLE CODE**](https://www.getwidget.dev/blog/flutter-button-widget-component/)**:** You can follow our Blogs for more example demo code for the flutter button with GFButton.
66+
\*\*\*\*
67+
68+
[FLUTTER BUTTON WIDGET MORE EXAMPLE CODE](https://www.getwidget.dev/blog/flutter-button-widget-component/)**:** You can follow our Blogs for more example demo code for the flutter button with GFButton.
6769

6870
### How to Set Button Color in flutter?
6971

0 commit comments

Comments
 (0)