Skip to content

Commit

Permalink
fix: dart publish analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Mar 9, 2023
1 parent 19484a6 commit 0ba4a9d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 40 deletions.
35 changes: 0 additions & 35 deletions example/macos/Podfile.lock

This file was deleted.

1 change: 0 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ dependencies:
file_picker: ^5.0.1
universal_html: ^2.0.8
highlight: ^0.7.0
flutter_math_fork: ^0.6.3+1
http: ^0.13.5

dev_dependencies:
Expand Down
3 changes: 2 additions & 1 deletion lib/src/infra/flowy_svg.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class FlowySvg extends StatelessWidget {
if (name != null) {
return SvgPicture.asset(
'assets/images/$name.svg',
color: color,
colorFilter:
color != null ? ColorFilter.mode(color!, BlendMode.color) : null,
fit: BoxFit.fill,
height: height,
width: width,
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ dependencies:

rich_clipboard: ^1.0.0
html: ^0.15.0
flutter_svg: ^1.1.1+1
flutter_svg: ^2.0.2
provider: ^6.0.3
url_launcher: ^6.1.5
logging: ^1.0.2
intl_utils: ^2.7.0
intl:
intl: ^0.17.0
flutter_localizations:
sdk: flutter
markdown: ^6.0.1
markdown: ^7.0.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 0ba4a9d

Please sign in to comment.