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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eightgran committed May 31, 2021
1 parent 5470de2 commit 9a48f0d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 10 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
## 1.0.3

* Reorganize source code by creating independent sub libraries
* Adjust default styling on several widgets
* Add an alternative way to use the sans serif `TextStyle` classes by accessing a `List` using a style identifier
* Reimplement the `LitOnboardingScreen` and add interactive animations
* Reimplement the `ConfirmAgeScreen` using the `LitDatePickerDialog` to handle user input
* Add the `LitStartupScreen`, a screen widget showing the app creator's logo and name on the first app startup
* Replace the `LitRoundedOutlinedButton` widgets on the Example app using `LitRoundedElevatedButton` widgets
* Add utitity functions using extensions on default classes
* Update the `package_info` package to `^2.0.2`
* Update the `url_launcher` package to `^6.0.4`

## 1.0.2

* Migrate to null safety

## 1.0.1

* Added several new widgets and screens
* Fixed several bugs and glitches
* Add several new widgets and screens
* Fix several bugs and glitches

## 1.0.0

Expand Down
6 changes: 3 additions & 3 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.2"
version: "1.0.3"
meta:
dependency: transitive
description:
Expand All @@ -66,7 +66,7 @@ packages:
name: package_info
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.2"
path:
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.3"
version: "6.0.4"
url_launcher_linux:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ packages:
name: package_info
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.2"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -92,7 +92,7 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.3"
version: "6.0.4"
url_launcher_linux:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: lit_ui_kit
description: A collection of widgets and screens for Flutter.
version: 1.0.2
version: 1.0.3
homepage: https://github.com/litlifesoftware/lit_ui_kit

environment:
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
package_info: ^2.0.0
url_launcher: ^6.0.3
package_info: ^2.0.2
url_launcher: ^6.0.4
intl: ^0.17.0

dev_dependencies:
Expand Down

0 comments on commit 9a48f0d

Please sign in to comment.