From 3c12e90decfe24d8371655483fcea3cad1e57f6d Mon Sep 17 00:00:00 2001 From: Raj Date: Mon, 10 Aug 2020 19:15:58 +0530 Subject: [PATCH] updated docs --- CHANGELOG.md | 3 ++ README.md | 4 +-- liquid_ui/CHANGELOG.md | 3 ++ liquid_ui/README.md | 4 +-- liquid_ui/pubspec.lock | 62 +++++++++++++++++++++++++++++++++++------- liquid_ui/pubspec.yaml | 2 +- 6 files changed, 63 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb4f4f..179092b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.0+9 +Bug Fixes + ## 1.0.0+8 Fixed docs and bugs diff --git a/README.md b/README.md index fa06d21..f147a07 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Liquid is an open source UI toolkit for developing cross platform apps in **[Flutter](https://flutter.dev/docs)**. Quickly create apps for Android, IOS, Web or Desktop with our powerful grid system, text processor, forms, extensive prebuilt components and dozens of utilities. -## Visit [Liquid Expo and Documentation](http://liquid.stackorient.com/) +## Visit [Liquid Expo and Documentation](https://liquid.stackorient.com/) #MadeWithLiquid ## Salient Features @@ -54,7 +54,7 @@ class MyApp extends StatelessWidget { } ``` -Step 3: Visit [Liquid Expo](http://liquid.stackorient.com/) for demo and tutorials. +Step 3: Visit [Liquid Expo](https://liquid.stackorient.com/) for demo and tutorials. ## Note Liquid is compatible with **MaterialApp** for now. **LiquidCupertinoApp** will be available in next major update diff --git a/liquid_ui/CHANGELOG.md b/liquid_ui/CHANGELOG.md index 3fb4f4f..179092b 100644 --- a/liquid_ui/CHANGELOG.md +++ b/liquid_ui/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.0+9 +Bug Fixes + ## 1.0.0+8 Fixed docs and bugs diff --git a/liquid_ui/README.md b/liquid_ui/README.md index e9a00bc..64ad4ef 100644 --- a/liquid_ui/README.md +++ b/liquid_ui/README.md @@ -4,7 +4,7 @@ Liquid is an open source UI toolkit for developing cross platform apps in **[Flutter](https://flutter.dev/docs)**. Quickly create apps for Android, IOS, Web or Desktop with our powerful grid system, text processor, forms, extensive prebuilt components and dozens of utilities. -## Visit [Liquid Expo and Documentation](http://liquid.stackorient.com/) +## Visit [Liquid Expo and Documentation](https://liquid.stackorient.com/) #MadeWithLiquid ## Salient Features @@ -52,7 +52,7 @@ class MyApp extends StatelessWidget { } ``` -Step 3: Visit [Liquid Expo](http://liquid.stackorient.com/) for demo and tutorials. +Step 3: Visit [Liquid Expo](https://liquid.stackorient.com/) for demo and tutorials. ## Note Liquid is compatible with **MaterialApp** for now. **LiquidCupertinoApp** will be available in next major update diff --git a/liquid_ui/pubspec.lock b/liquid_ui/pubspec.lock index f768b54..3db3d0e 100644 --- a/liquid_ui/pubspec.lock +++ b/liquid_ui/pubspec.lock @@ -1,6 +1,20 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: + archive: + dependency: transitive + description: + name: archive + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.13" + args: + dependency: transitive + description: + name: args + url: "https://pub.dartlang.org" + source: hosted + version: "1.6.0" async: dependency: transitive description: @@ -22,27 +36,27 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.1.3" - clock: + collection: dependency: transitive description: - name: clock + name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" - collection: + version: "1.14.12" + convert: dependency: transitive description: - name: collection + name: convert url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" - fake_async: + version: "2.1.1" + crypto: dependency: transitive description: - name: fake_async + name: crypto url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "2.1.4" flutter: dependency: "direct main" description: flutter @@ -53,6 +67,13 @@ packages: description: flutter source: sdk version: "0.0.0" + image: + dependency: transitive + description: + name: image + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.12" matcher: dependency: transitive description: @@ -73,7 +94,21 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.6.4" + petitparser: + dependency: transitive + description: + name: petitparser + url: "https://pub.dartlang.org" + source: hosted + version: "2.4.0" + quiver: + dependency: transitive + description: + name: quiver + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.3" sky_engine: dependency: transitive description: flutter @@ -135,5 +170,12 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.8" + xml: + dependency: transitive + description: + name: xml + url: "https://pub.dartlang.org" + source: hosted + version: "3.6.1" sdks: dart: ">=2.6.0 <3.0.0" diff --git a/liquid_ui/pubspec.yaml b/liquid_ui/pubspec.yaml index bb0467a..9fedd09 100644 --- a/liquid_ui/pubspec.yaml +++ b/liquid_ui/pubspec.yaml @@ -2,7 +2,7 @@ name: liquid_ui description: Liquid is an open source UI toolkit for developing cross platform apps using Flutter. -version: 1.0.0+8 +version: 1.0.0+9 repository: https://github.com/stackorient/Liquid homepage: https://github.com/stackorient/Liquid