Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Prepare release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eightgran committed Jun 7, 2021
1 parent e2669e1 commit cb79643
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## Unreleased - 1.0.4
## 1.0.4

- Remove `CustomInfoBar`, `DummyInfoBar` and `TransparentInfoBar`. To display feedback messages, please use the existing `LitSnackbar` widgets.
- Remove `CustomInfoBar`, `DummyInfoBar` and `TransparentInfoBar`. Please use the existing `LitSnackbar` widgets to display feedback messages.
- Replace the default `SlidingSnackbar` with the `LitBaseSnackbar`, which implements a solid background decoration.
- Add `LitTransparentSnackbar` to resemble the previous `SlidingSnackbar`.
- Add `LitTransparentIconSnackbar` to resemble the previous `LitIconSnackbar`'s styling.
- Add `LitTransparentSnackbar` to resemble the previous `SlidingSnackbar`'s decoration.
- Add `LitTransparentIconSnackbar` to resemble the previous `LitIconSnackbar`'s decoration.
- Unify the `LitSnackbarController` member variable naming on all `LitSnackbar` widgets.
- Add missing documentation on `LitSnackbar` widgets.
- Extract the sans serif styles on `LitTextStyles` into seperate `LitSansSerifStyles` class.
- Extract the serif styles on `LitTextStyles` into seperate `LitSerifStyles` class.
- Add `upperCase` member on text widgets for easier text formatting on button labels.
- Refactor `Example` app's homescreen to fit on the `main.dart` file.
- Replace image assets with updated logo design and UI changes.
- Update Readme's image assets using new logo design and screenshots.

## 1.0.3

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![alt text](assets/images/LitUIKit_Banner_2021.jpg "Lit UI Kit")
# ![LitUIKit](assets/images/LitUIKit_Banner_2021.jpg "Lit UI Kit")

LitUIKit is a collection of Flutter widgets to create unique user interfaces. It complements the default Material Widgets shipped with Flutter. Whose Widgets include custom implementation of Snackbars,
AppBars and a settings panel. Utility Screens (e.g. required to verify the user's age and to show the
Expand Down
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.3"
version: "1.0.4"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -99,7 +99,7 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.4"
version: "6.0.6"
url_launcher_linux:
dependency: transitive
description:
Expand All @@ -120,7 +120,7 @@ packages:
name: url_launcher_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.0.3"
url_launcher_web:
dependency: transitive
description:
Expand All @@ -144,4 +144,4 @@ packages:
version: "2.1.0"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.22.0"
flutter: ">=2.0.0"
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.4"
version: "6.0.6"
url_launcher_linux:
dependency: transitive
description:
Expand All @@ -113,7 +113,7 @@ packages:
name: url_launcher_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.0.3"
url_launcher_web:
dependency: transitive
description:
Expand All @@ -137,4 +137,4 @@ packages:
version: "2.1.0"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.22.0"
flutter: ">=2.0.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lit_ui_kit
version: 1.0.3
version: 1.0.4
homepage: https://github.com/litlifesoftware/lit_ui_kit
description: >-
Contains a collection of code implementing the Lit UI design language.
Expand All @@ -14,7 +14,7 @@ dependencies:
flutter:
sdk: flutter
package_info: ^2.0.2
url_launcher: ^6.0.4
url_launcher: ^6.0.6
intl: ^0.17.0

dev_dependencies:
Expand Down

0 comments on commit cb79643

Please sign in to comment.