Updated pubspec

This commit is contained in:
thomashii 2021-09-11 10:41:31 +08:00
parent 244bcade86
commit f79dad8ad2
3 changed files with 9 additions and 5 deletions

View file

@ -1,5 +1,9 @@
# Change Log # Change Log
## 3.0.1
* Update broken link in pubspec
## 3.0.0 ## 3.0.0
* Upgraded from `pendantic` to `lints` linter * Upgraded from `pendantic` to `lints` linter

View file

@ -1,6 +1,6 @@
# Betaluk Html Builder # Betaluk Html Builder
[![version](https://img.shields.io/badge/pub-v3.0.0-brightgreen)](https://pub.dartlang.org/packages/belatuk_html_builder) [![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dartlang.org/packages/belatuk_html_builder)
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/html_builder/LICENSE) [![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/html_builder/LICENSE)
@ -89,8 +89,8 @@ Rendering to HTML:
String html = StringRenderer().render($dom); String html = StringRenderer().render($dom);
``` ```
Example with the [Angel3](https://pub.dev/packages/angel3_framework) backend framework, Example implementation with the [Angel3](https://pub.dev/packages/angel3_framework) backend framework,
which has [dedicated html_builder support](https://github.com/dukefirehawk/angel/tree/html): which uses [dedicated html_builder package](https://github.com/dukefirehawk/angel/tree/html):
```dart ```dart
import 'dart:io'; import 'dart:io';

View file

@ -1,7 +1,7 @@
name: belatuk_html_builder name: belatuk_html_builder
description: Build HTML AST's and render them to HTML. This can be used as an internal DSL, i.e. for a templating engine. description: Build HTML AST's and render them to HTML. This can be used as an internal DSL, i.e. for a templating engine.
version: 3.0.0 version: 3.0.1
homepage: https://github.com/dart-backend/belatuk-common-utilities/packages/html_builder repository: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/html_builder
environment: environment:
sdk: '>=2.12.0 <3.0.0' sdk: '>=2.12.0 <3.0.0'
dependencies: dependencies: