From 81bb9f4bac9b2ede2fa4da465eb2ce7ca65eefe7 Mon Sep 17 00:00:00 2001 From: fujidaiti Date: Tue, 2 Jan 2024 17:33:07 +0900 Subject: [PATCH] Publish initial version --- package/CHANGELOG.md | 4 ++-- package/example/README.md | 4 ++-- package/pubspec.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 41cc7d81..bd05a0f8 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,3 +1,3 @@ -## 0.0.1 +## 0.1.0 -* TODO: Describe initial release. +Initial release. diff --git a/package/example/README.md b/package/example/README.md index 1b7a4e3d..0e84df66 100644 --- a/package/example/README.md +++ b/package/example/README.md @@ -1,3 +1,3 @@ -# example +# Examples -A new Flutter project. +Many examples are available in the [cookbook](https://github.com/fujidaiti/smooth_sheets/tree/main/cookbook/lib). diff --git a/package/pubspec.yaml b/package/pubspec.yaml index 67fa6e74..6b6a0d27 100644 --- a/package/pubspec.yaml +++ b/package/pubspec.yaml @@ -1,7 +1,7 @@ name: smooth_sheets -description: A new Flutter package project. -version: 0.0.1 -homepage: +description: Sheet widgets with smooth motion and great flexibility. Also supports nested navigation in both imperative and declarative ways. +version: 0.1.0 +repository: https://github.com/fujidaiti/smooth_sheets environment: sdk: ">=3.2.0 <4.0.0"