Skip to content

Commit 3c34970

Browse files
Fixed plugin dependency path.
1 parent ffa0618 commit 3c34970

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/flutter_html_table/pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414
html: '>=0.15.0 <1.0.0'
15-
flutter_html: ^3.0.0-alpha.6
16-
# flutter_html:
17-
# path: ../..
15+
flutter_html:
16+
path: ../..
1817

1918
flutter_layout_grid: '>=1.0.1 <2.0.0'
2019

0 commit comments

Comments
 (0)