Skip to content

Commit

Permalink
syntax hightlighting for some code to dart
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemix committed Jun 5, 2019
1 parent 0c2a094 commit 15da33e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
13 changes: 8 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ You can use them when your UI needs user attention/focus,
◻️ GradientAppBar







## Installation
In your `pubspec.yaml` root add:

Expand All @@ -45,7 +40,9 @@ dependencies:
then,
`import 'package:gradient_widgets/gradient_widgets.dart';`
```dart
import 'package:gradient_widgets/gradient_widgets.dart';
```


## Usage
Expand All @@ -72,7 +69,7 @@ most parameters are the same as the `Card`.
> must be gradient.colors.length = 2
indeterminate
```
```dart
GradientProgressIndicator(gradient: Gradients.rainbowBlue,);
```

Expand Down

0 comments on commit 15da33e

Please sign in to comment.