Skip to content

Commit

Permalink
Merge pull request #6 from LucasXu0/pub_dev_analyze
Browse files Browse the repository at this point in the history
fix: dart publish analyze
  • Loading branch information
LucasXu0 committed Mar 10, 2023
2 parents 19484a6 + 0ba4a9d commit cb8b763
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 41 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 0.1.1
* Relicense Appflowy Editor by @hyj1024.
* Relicense Appflowy Editor by @hyj1204.
* Improve the toolbar user-experience by @LucasXu0.
* Improve the test code coverage by @GouravShDev.

Expand Down
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 cb8b763

Please sign in to comment.