Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add code block language for svg.dart.
  • Loading branch information
kallentu committed Nov 4, 2024
commit 76321e0693e4dceb915e9c866ff61bc81a220bb1
4 changes: 4 additions & 0 deletions third_party/packages/flutter_svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.11+1

* Adds `missing_code_block_language_in_doc_comment` lint.

## 2.0.11

* Transfers the package source from https://github.com/dnfield/flutter_svg
Expand Down
2 changes: 1 addition & 1 deletion third_party/packages/flutter_svg/lib/svg.dart
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class SvgPicture extends StatelessWidget {
/// bundled, the app has to specify which ones to include. For instance a
/// package named `fancy_backgrounds` could have:
///
/// ```
/// ```none
/// lib/backgrounds/background1.svg
/// lib/backgrounds/background2.svg
/// lib/backgrounds/background3.svg
Expand Down
2 changes: 1 addition & 1 deletion third_party/packages/flutter_svg/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_svg
description: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
repository: https://github.com/flutter/packages/tree/main/third_party/packages/flutter_svg
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_svg%22
version: 2.0.11
version: 2.0.11+1

environment:
sdk: ^3.4.0
Expand Down