Skip to content

Commit 934b5d3

Browse files
ionicfirebaseappgitbook-bot
authored andcommitted
GitBook: [master] 43 pages modified
1 parent 7f57e74 commit 934b5d3

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
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.3
20+
getwidget: ^2.0.4
2121
```
2222

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

src/gf-button/README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,29 @@ GFButton(
4141

4242
**GF Buttons** or **Flutter Buttons** are a very widely used component in any application. Hence the **GFButtons** are highly customizable and have a wide range of properties that gives a better look and feel for any application. The **GFButton's properties** are described below:
4343

44-
## FLUTTER ELEVATED/STANDARD BUTTON
44+
## [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 Elevated Button** [**https://docs.getwidget.dev/gf-button/standard-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

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

50-
**Flutter Rounded Button** or **Flutter Pills Button** is a **button in flutter** wherein the corners of the buttons are circular in shape. In other words, it is a button with border-radius in it. For more customizable properties head to **Flutter Pills/Rounded Button** [https://docs.getwidget.dev/gf-button/pills-button/](https://docs.getwidget.dev/gf-button/pills-button/)
50+
**Flutter Rounded Button** or **Flutter Pills Button** is a **button in flutter** wherein the corners of the buttons are circular in shape. In other words, it is a button with border-radius in it. For more customizable properties head to [**Flutter Pills/Rounded Button**](https://docs.getwidget.dev/gf-button/pills-button)**.**
5151

52-
## FLUTTER ICON BUTTON
52+
## [FLUTTER ICON BUTTON](https://docs.getwidget.dev/gf-button/icon-button/)
5353

54-
**Flutter Icon Button** or **Icon Button Flutter** is a **flutter button** where the button has icons on them. It can even have a **text** which is a **button with text** or **text with an** **icon** which is a **text icon button.** To know more about **Icon Button** head to **the Flutter Icon Button** section [https://docs.getwidget.dev/gf-button/icon-button/](https://docs.getwidget.dev/gf-button/icon-button/)
54+
**Flutter Icon Button** or **Icon Button Flutter** is a **flutter button** where the button has icons on them. It can even have a **text** which is a **button with text** or **text with an** **icon** which is a **text icon button.** To know more about **Icon Button** head to **the** [**Flutter Icon Button**](https://docs.getwidget.dev/gf-button/icon-button/) section
5555

56-
## **FLUTTER TOGGLE BUTTON**
56+
## \*\*\*\*[**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**. **For more information head to** Flutter Toggle Switch Button **\[**[https://docs.getwidget.dev/gf-toggle/\*\*\]\(https://docs.getwidget.dev/gf-toggle/\)\*\*.\*\*](https://docs.getwidget.dev/gf-toggle/**]%28https://docs.getwidget.dev/gf-toggle/%29**.**)
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

60-
## FLUTTER CIRCULAR BUTTON
60+
**For more information head to** [Flutter Toggle Switch Button.](https://docs.getwidget.dev/gf-toggle)
6161

62-
**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 [https://docs.getwidget.dev/gf-button/pills-button/](https://docs.getwidget.dev/gf-button/pills-button/)
62+
## [FLUTTER CIRCULAR BUTTON](https://docs.getwidget.dev/gf-button/pills-button)
63+
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) ****
65+
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.
6367

6468
### How to Set Button Color in flutter?
6569

0 commit comments

Comments
 (0)