diff --git a/CHANGELOG.md b/CHANGELOG.md index f559e6e..c3166ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index 21baaeb..323be8c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -52,7 +52,7 @@ packages: path: ".." relative: true source: path - version: "1.0.2" + version: "1.0.3" meta: dependency: transitive description: @@ -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: @@ -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: diff --git a/pubspec.lock b/pubspec.lock index 47ef164..d3d316b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 2c8dc47..e038e32 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: @@ -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: