Updated pubspec
This commit is contained in:
parent
244bcade86
commit
f79dad8ad2
3 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 3.0.1
|
||||
|
||||
* Update broken link in pubspec
|
||||
|
||||
## 3.0.0
|
||||
|
||||
* Upgraded from `pendantic` to `lints` linter
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# 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)
|
||||
[![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);
|
||||
```
|
||||
|
||||
Example with the [Angel3](https://pub.dev/packages/angel3_framework) backend framework,
|
||||
which has [dedicated html_builder support](https://github.com/dukefirehawk/angel/tree/html):
|
||||
Example implementation with the [Angel3](https://pub.dev/packages/angel3_framework) backend framework,
|
||||
which uses [dedicated html_builder package](https://github.com/dukefirehawk/angel/tree/html):
|
||||
|
||||
```dart
|
||||
import 'dart:io';
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
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.
|
||||
version: 3.0.0
|
||||
homepage: https://github.com/dart-backend/belatuk-common-utilities/packages/html_builder
|
||||
version: 3.0.1
|
||||
repository: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/html_builder
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue