Skip to content

Commit

Permalink
Removed author property from pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromassango authored and Pedro Massango committed Apr 27, 2020
1 parent 985b4eb commit ec053b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 37 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.0

* Added support RTL TextDirection. See (#22)

## 4.0.0

* TitledNavigationBarItem title can now be any widget
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ You can see the source code of this lib inside the [/lib](https://github.com/ped
- [x] Option to define custom item background color
- [x] Use currentIndex property to update the Bar giving a tab position
- [x] No need setState(...) to update the current index
- [x] Support RTL TextDirection (thanks to [Victor Uvarov](https://github.com/VictorUvarov))

## Getting Started
Follow these steps to use this library
Expand All @@ -40,7 +41,7 @@ Follow these steps to use this library
```yaml
dependencies:
...
titled_navigation_bar: ^4.0.0
titled_navigation_bar: ^4.1.0
```
### Import the package
Expand Down
37 changes: 1 addition & 36 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: titled_navigation_bar
description: A beautiful, clean and simple bottom navigation bar with smooth animation on click. This package is high customizable, read more bellow for more details.
version: 4.0.0
version: 4.1.0
homepage: https://github.com/pedromassango/titled_navigation_bar

environment:
Expand All @@ -14,39 +14,4 @@ dev_dependencies:
flutter_test:
sdk: flutter

# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:

# To add assets to your package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.io/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.

# To add custom fonts to your package, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.io/custom-fonts/#from-packages

0 comments on commit ec053b2

Please sign in to comment.