Skip to content

Commit d6b553b

Browse files
committed
Extend description and update to 0.1.1
1 parent b03ae5d commit d6b553b

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ deploy:
2626
script: ./tool/publish.sh
2727
on:
2828
branch: master
29+
tags: true

pubspec.yaml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gradient_app_bar
2-
description: Gradient app bar for flutter
3-
version: 0.1.0
2+
description: The official AppBar, with a more colorful twist. Add gradients to spice up your application and make it beautiful. This easy to use library makes it easy, and most of all, it is compatible with everything the normal AppBar is compatible with!
3+
version: 0.1.1
44
author: Joost Lekkerkerker <[email protected]>
55
homepage: https://github.com/joostlek/GradientAppBar
66

@@ -21,33 +21,33 @@ environment:
2121
# The following section is specific to Flutter.
2222
flutter:
2323

24-
# To add assets to your package, add an assets section, like this:
25-
# assets:
26-
# - images/a_dot_burr.jpeg
27-
# - images/a_dot_ham.jpeg
28-
#
29-
# For details regarding assets in packages, see
30-
# https://flutter.io/assets-and-images/#from-packages
31-
#
32-
# An image asset can refer to one or more resolution-specific "variants", see
33-
# https://flutter.io/assets-and-images/#resolution-aware.
24+
# To add assets to your package, add an assets section, like this:
25+
# assets:
26+
# - images/a_dot_burr.jpeg
27+
# - images/a_dot_ham.jpeg
28+
#
29+
# For details regarding assets in packages, see
30+
# https://flutter.io/assets-and-images/#from-packages
31+
#
32+
# An image asset can refer to one or more resolution-specific "variants", see
33+
# https://flutter.io/assets-and-images/#resolution-aware.
3434

35-
# To add custom fonts to your package, add a fonts section here,
36-
# in this "flutter" section. Each entry in this list should have a
37-
# "family" key with the font family name, and a "fonts" key with a
38-
# list giving the asset and other descriptors for the font. For
39-
# example:
40-
# fonts:
41-
# - family: Schyler
42-
# fonts:
43-
# - asset: fonts/Schyler-Regular.ttf
44-
# - asset: fonts/Schyler-Italic.ttf
45-
# style: italic
46-
# - family: Trajan Pro
47-
# fonts:
48-
# - asset: fonts/TrajanPro.ttf
49-
# - asset: fonts/TrajanPro_Bold.ttf
50-
# weight: 700
51-
#
52-
# For details regarding fonts in packages, see
53-
# https://flutter.io/custom-fonts/#from-packages
35+
# To add custom fonts to your package, add a fonts section here,
36+
# in this "flutter" section. Each entry in this list should have a
37+
# "family" key with the font family name, and a "fonts" key with a
38+
# list giving the asset and other descriptors for the font. For
39+
# example:
40+
# fonts:
41+
# - family: Schyler
42+
# fonts:
43+
# - asset: fonts/Schyler-Regular.ttf
44+
# - asset: fonts/Schyler-Italic.ttf
45+
# style: italic
46+
# - family: Trajan Pro
47+
# fonts:
48+
# - asset: fonts/TrajanPro.ttf
49+
# - asset: fonts/TrajanPro_Bold.ttf
50+
# weight: 700
51+
#
52+
# For details regarding fonts in packages, see
53+
# https://flutter.io/custom-fonts/#from-packages

0 commit comments

Comments
 (0)