Skip to content

Commit

Permalink
fix(docs): rename docs folder to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Mar 24, 2020
1 parent 56f8954 commit cefea42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ context.form // ≙ Form.of(context)

Did you ever want to show a [progress indicator][`ProgressIndicator`] inside a button? Or were annoyed to conditionally set a [Button][`MaterialButton`]'s [`onPressed`][`MaterialButton.onPressed`] to disable it? Fear no more — black_hole_flutter has got you covered!

![Button demo](https://github.com/JonasWanke/black_hole_flutter/raw/master/docs/demo-buttons.gif?raw=true)
![Button demo](https://github.com/JonasWanke/black_hole_flutter/raw/master/doc/demo-buttons.gif?raw=true)

In [`FancyFab`] (a [`FloatingActionButton`]), [`FancyFlatButton`], [`FancyOutlineButton`] & [`FancyRaisedButton`], we introduce some new parameters:
- [`isLoading`][`FancyFab.isLoading`]: Setting this to `true` shows a [`CircularProgressIndicator`] and disables this button. You can optionally specify a [`loadingChild`][`FancyFlatButton.loadingChild`] ([`loadingLabel`][`FancyFab.loadingLabel`] on [`FancyFab`]) to show next to the progress indicator.
Expand Down
File renamed without changes

0 comments on commit cefea42

Please sign in to comment.