diff --git a/CHANGELOG.md b/CHANGELOG.md index a22f29a..570740f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,9 @@ -# Change Log +## 1.0.1 -All notable changes to this project will be documented in this file. +* Added several new widgets and screens +* Fixed several bugs and glitches -The format is based on [Keep a Changelog](http://keepachangelog.com/) -and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.0 -## [1.0.0] - 2020-10-30 - -### Added - -- **Initial release** -- LitUIKit - LitUIKit enables you to create unique user interfaces in less time. +* Initial release +* LitUIKit - LitUIKit enables you to create unique user interfaces in less time. diff --git a/README.md b/README.md index ce6b981..d3d0fc7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ samples, guidance on mobile development, and a full API reference. ## Icons -LitUIKit does utilize its own icons ('LitIcons'). They are stored inside a `ttf` file and are implemented as Dart `IconData` objects. +LitUIKit does utilize its own icons (`LitIcons`). They are stored inside a `ttf` file and are implemented as Dart `IconData` objects. ## Example app diff --git a/example/pubspec.lock b/example/pubspec.lock index e239139..c3070bc 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -52,7 +52,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0" + version: "1.0.1" meta: dependency: transitive description: @@ -66,7 +66,7 @@ packages: name: package_info url: "https://pub.dartlang.org" source: hosted - version: "0.4.3+2" + version: "2.0.0" path: dependency: transitive description: @@ -80,7 +80,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "2.0.0" sky_engine: dependency: transitive description: flutter @@ -99,42 +99,42 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "5.7.10" + version: "6.0.3" url_launcher_linux: dependency: transitive description: name: url_launcher_linux url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+4" + version: "2.0.0" url_launcher_macos: dependency: transitive description: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+9" + version: "2.0.0" url_launcher_platform_interface: dependency: transitive description: name: url_launcher_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.9" + version: "2.0.2" url_launcher_web: dependency: transitive description: name: url_launcher_web url: "https://pub.dartlang.org" source: hosted - version: "0.1.5+1" + version: "2.0.0" url_launcher_windows: dependency: transitive description: name: url_launcher_windows url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+3" + version: "2.0.0" vector_math: dependency: transitive description: @@ -143,5 +143,5 @@ packages: source: hosted version: "2.1.0" sdks: - dart: ">=2.12.0-0 <3.0.0" + dart: ">=2.12.0-259.9.beta <3.0.0" flutter: ">=1.22.0" diff --git a/pubspec.lock b/pubspec.lock index 0f732ae..4d3a409 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -59,7 +59,7 @@ packages: name: package_info url: "https://pub.dartlang.org" source: hosted - version: "0.4.3+2" + version: "2.0.0" path: dependency: transitive description: @@ -73,7 +73,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "2.0.0" sky_engine: dependency: transitive description: flutter @@ -92,42 +92,42 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "5.7.10" + version: "6.0.3" url_launcher_linux: dependency: transitive description: name: url_launcher_linux url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+4" + version: "2.0.0" url_launcher_macos: dependency: transitive description: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+9" + version: "2.0.0" url_launcher_platform_interface: dependency: transitive description: name: url_launcher_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.9" + version: "2.0.2" url_launcher_web: dependency: transitive description: name: url_launcher_web url: "https://pub.dartlang.org" source: hosted - version: "0.1.5+1" + version: "2.0.0" url_launcher_windows: dependency: transitive description: name: url_launcher_windows url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+3" + version: "2.0.0" vector_math: dependency: transitive description: @@ -136,5 +136,5 @@ packages: source: hosted version: "2.1.0" sdks: - dart: ">=2.12.0-0 <3.0.0" + dart: ">=2.12.0-259.9.beta <3.0.0" flutter: ">=1.22.0" diff --git a/pubspec.yaml b/pubspec.yaml index 8909fec..a619d76 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.0 +version: 1.0.1 homepage: https://github.com/litlifesoftware/lit_ui_kit environment: @@ -10,8 +10,8 @@ environment: dependencies: flutter: sdk: flutter - package_info: ^0.4.1 - url_launcher: ^5.5.0 + package_info: ^2.0.0 + url_launcher: ^6.0.3 intl: ^0.17.0 dev_dependencies: