Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions demo_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,14 @@ packages:
path: "../packages/enhanced"
relative: true
source: path
version: "0.7.0"
version: "0.8.0"
flutter_widget_from_html_core:
dependency: "direct main"
description:
path: "../packages/core"
relative: true
source: path
version: "0.7.0"
version: "0.8.0"
frontend_server_client:
dependency: transitive
description:
Expand All @@ -249,42 +249,42 @@ packages:
path: "../packages/fwfh_cached_network_image"
relative: true
source: path
version: "0.7.0"
version: "0.7.0+1"
fwfh_chewie:
dependency: "direct main"
description:
path: "../packages/fwfh_chewie"
relative: true
source: path
version: "0.7.0"
version: "0.7.0+1"
fwfh_just_audio:
dependency: "direct overridden"
description:
path: "../packages/fwfh_just_audio"
relative: true
source: path
version: "0.6.2+1"
version: "0.6.2+2"
fwfh_svg:
dependency: "direct overridden"
description:
path: "../packages/fwfh_svg"
relative: true
source: path
version: "0.7.0"
version: "0.7.0+1"
fwfh_url_launcher:
dependency: "direct main"
description:
path: "../packages/fwfh_url_launcher"
relative: true
source: path
version: "0.6.1+2"
version: "0.6.1+3"
fwfh_webview:
dependency: "direct main"
description:
path: "../packages/fwfh_webview"
relative: true
source: path
version: "0.6.1+2"
version: "0.6.1+3"
glob:
dependency: transitive
description:
Expand Down
File renamed without changes.
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.8.0

- Update for Flutter 2.5 (#587)
- BREAKING: Change `WidgetBit.inline` default alignment → bottom (#598)
- BREAKING: Remove `BuildMetadata.willBuildSubtree` (#607)
- BREAKING: Remove `BuildTree.replaceWith` (#607)
- BREAKING: Remove `WidgetFactory.buildBorder` (#608)
- Add support for `DETAILS` tag (#593)
- Add support for `BuildOp.onTreeFlattening` (#607)
- Add support for `display: inline-block` (#607)
- Add support for `border-radius` (#608)
- Fix bug extra space because of colspan (#600)
- Fix bug render loop when TABLE's baseline is needed (#604)

## 0.7.0

- Flutter 2.2
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your app's `pubspec.yaml` file:

```yaml
dependencies:
flutter_widget_from_html_core: ^0.7.0
flutter_widget_from_html_core: ^0.8.0
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_widget_from_html_core
version: 0.7.0
version: 0.8.0
description: Flutter package to render html as widgets that focuses on correctness and extensibility.
homepage: https://github.com/daohoangson/flutter_widget_from_html/tree/master/packages/core

Expand All @@ -18,7 +18,7 @@ dev_dependencies:
sdk: flutter
golden_toolkit: ^0.11.0
lint: any
mocktail_image_network: ^0.1.0
mocktail_image_network: ^0.2.0
test: any

flutter:
Expand Down
77 changes: 77 additions & 0 deletions packages/enhanced/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
pubspec.lock

# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/

# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
build/

# Android related
**/android/**/gradle-wrapper.jar
**/android/.gradle
**/android/captures/
**/android/gradlew
**/android/gradlew.bat
**/android/local.properties
**/android/**/GeneratedPluginRegistrant.java

# iOS/XCode related
**/ios/**/*.mode1v3
**/ios/**/*.mode2v3
**/ios/**/*.moved-aside
**/ios/**/*.pbxuser
**/ios/**/*.perspectivev3
**/ios/**/*sync/
**/ios/**/.sconsign.dblite
**/ios/**/.tags*
**/ios/**/.vagrant/
**/ios/**/DerivedData/
**/ios/**/Icon?
**/ios/**/Pods/
**/ios/**/.symlinks/
**/ios/**/profile
**/ios/**/xcuserdata
**/ios/.generated/
**/ios/Flutter/App.framework
**/ios/Flutter/Flutter.framework
**/ios/Flutter/Flutter.podspec
**/ios/Flutter/Generated.xcconfig
**/ios/Flutter/ephemeral
**/ios/Flutter/app.flx
**/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
**/ios/Flutter/flutter_export_environment.sh
**/ios/ServiceDefinitions.json
**/ios/Runner/GeneratedPluginRegistrant.*

# Exceptions to above rules.
!**/ios/**/default.mode1v3
!**/ios/**/default.mode2v3
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
14 changes: 14 additions & 0 deletions packages/enhanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.8.0

- Update for Flutter 2.5 (#587)
- BREAKING: Change `WidgetBit.inline` default alignment → bottom (#598)
- BREAKING: Remove `BuildMetadata.willBuildSubtree` (#607)
- BREAKING: Remove `BuildTree.replaceWith` (#607)
- BREAKING: Remove `WidgetFactory.buildBorder` (#608)
- Add support for `DETAILS` tag (#593)
- Add support for `BuildOp.onTreeFlattening` (#607)
- Add support for `display: inline-block` (#607)
- Add support for `border-radius` (#608)
- Fix bug extra space because of colspan (#600)
- Fix bug render loop when TABLE's baseline is needed (#604)

## 0.7.0

- Flutter 2.2
Expand Down
2 changes: 1 addition & 1 deletion packages/enhanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add this to your app's `pubspec.yaml` file:

```yaml
dependencies:
flutter_widget_from_html: ^0.7.0
flutter_widget_from_html: ^0.8.0
```

### Platform specific configuration
Expand Down
19 changes: 9 additions & 10 deletions packages/enhanced/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_widget_from_html
version: 0.7.0
version: 0.8.0
description: Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
homepage: https://github.com/daohoangson/flutter_widget_from_html

Expand All @@ -10,13 +10,13 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_widget_from_html_core: ^0.7.0
fwfh_cached_network_image: ^0.7.0
fwfh_chewie: ^0.7.0
fwfh_just_audio: ^0.6.2
fwfh_svg: ^0.7.0
fwfh_url_launcher: ^0.6.1+2
fwfh_webview: ^0.6.1+2
flutter_widget_from_html_core: ^0.8.0
fwfh_cached_network_image: ^0.7.0+1
fwfh_chewie: ^0.7.0+1
fwfh_just_audio: ^0.6.2+2
fwfh_svg: ^0.7.0+1
fwfh_url_launcher: ^0.6.1+3
fwfh_webview: ^0.6.1+3
html: ^0.15.0

dependency_overrides:
Expand All @@ -41,8 +41,7 @@ dev_dependencies:
sdk: flutter
golden_toolkit: ^0.11.0
lint: any
mocktail: any
network_image_mock: any
mocktail: ^0.2.0

flutter:
assets:
Expand Down
4 changes: 3 additions & 1 deletion packages/fwfh_cached_network_image/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pubspec.lock

# Miscellaneous
*.class
*.log
Expand Down Expand Up @@ -60,6 +62,7 @@ build/
**/ios/Flutter/Flutter.framework
**/ios/Flutter/Flutter.podspec
**/ios/Flutter/Generated.xcconfig
**/ios/Flutter/ephemeral
**/ios/Flutter/app.flx
**/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
Expand All @@ -72,4 +75,3 @@ build/
!**/ios/**/default.mode2v3
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
4 changes: 4 additions & 0 deletions packages/fwfh_cached_network_image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.0+1

- Add support for flutter_widget_from_html_core@0.8.0 (#609)

## 0.7.0

- Add support for error & loading builder (#547, thanks @DFelten)
Expand Down
6 changes: 3 additions & 3 deletions packages/fwfh_cached_network_image/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fwfh_cached_network_image
version: 0.7.0
version: 0.7.0+1
description: WidgetFactory extension to render IMG with cached_network_image plugin.
homepage: https://github.com/daohoangson/flutter_widget_from_html

Expand All @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
flutter_cache_manager: ^3.0.0
flutter_widget_from_html_core: ^0.7.0
flutter_widget_from_html_core: ">=0.7.0 <0.9.0"

dependency_overrides:
flutter_widget_from_html_core:
Expand All @@ -23,4 +23,4 @@ dev_dependencies:
flutter_test:
sdk: flutter
lint: any
mocktail: any
mocktail: ^0.2.0
77 changes: 77 additions & 0 deletions packages/fwfh_chewie/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
pubspec.lock

# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/

# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
build/

# Android related
**/android/**/gradle-wrapper.jar
**/android/.gradle
**/android/captures/
**/android/gradlew
**/android/gradlew.bat
**/android/local.properties
**/android/**/GeneratedPluginRegistrant.java

# iOS/XCode related
**/ios/**/*.mode1v3
**/ios/**/*.mode2v3
**/ios/**/*.moved-aside
**/ios/**/*.pbxuser
**/ios/**/*.perspectivev3
**/ios/**/*sync/
**/ios/**/.sconsign.dblite
**/ios/**/.tags*
**/ios/**/.vagrant/
**/ios/**/DerivedData/
**/ios/**/Icon?
**/ios/**/Pods/
**/ios/**/.symlinks/
**/ios/**/profile
**/ios/**/xcuserdata
**/ios/.generated/
**/ios/Flutter/App.framework
**/ios/Flutter/Flutter.framework
**/ios/Flutter/Flutter.podspec
**/ios/Flutter/Generated.xcconfig
**/ios/Flutter/ephemeral
**/ios/Flutter/app.flx
**/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
**/ios/Flutter/flutter_export_environment.sh
**/ios/ServiceDefinitions.json
**/ios/Runner/GeneratedPluginRegistrant.*

# Exceptions to above rules.
!**/ios/**/default.mode1v3
!**/ios/**/default.mode2v3
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
4 changes: 4 additions & 0 deletions packages/fwfh_chewie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.0+1

- Update for Flutter 2.5 (#587)

## 0.7.0

- Flutter 2.2 and flutter_widget_from_html_core@0.7.0
Expand Down
Loading