From ec053b26dc85989df4560a160e5e181021b0b4d4 Mon Sep 17 00:00:00 2001 From: Pedro Massango Date: Mon, 27 Apr 2020 17:32:38 +0100 Subject: [PATCH] Removed author property from pubspec.yaml --- CHANGELOG.md | 4 ++++ README.md | 3 ++- pubspec.yaml | 37 +------------------------------------ 3 files changed, 7 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad8f58..c95f022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.1.0 + +* Added support RTL TextDirection. See (#22) + ## 4.0.0 * TitledNavigationBarItem title can now be any widget diff --git a/README.md b/README.md index 5c8a7cc..50ff5b0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index b98a773..60e7b77 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: @@ -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