Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raj457036 committed Aug 10, 2020
1 parent 9795c81 commit 3c12e90
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 1.0.0+9
Bug Fixes

## 1.0.0+8
Fixed docs and bugs

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions liquid_ui/CHANGELOG.md
@@ -1,3 +1,6 @@
## 1.0.0+9
Bug Fixes

## 1.0.0+8
Fixed docs and bugs

Expand Down
4 changes: 2 additions & 2 deletions liquid_ui/README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
62 changes: 52 additions & 10 deletions 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:
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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"
2 changes: 1 addition & 1 deletion liquid_ui/pubspec.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 3c12e90

Please sign in to comment.