Skip to content

Commit

Permalink
Update lib/src/report/multi_platform.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Finnemann Jensen <jopsen@gmail.com>
  • Loading branch information
sigurdm and jonasfj authored Oct 25, 2024
1 parent a4cd790 commit d75a366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/report/multi_platform.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ Future<Subsection> _createWasmSubsection(PackageContext context) async {
}
}

/// Create a subsection for ios and macos plugins, to highlight supported
/// for swift package manager (or lack there of).
Future<Subsection?> _createSwiftPackageManagerSubSection(
PackageContext context) async {
final tr = await context.staticAnalysis;
Expand Down

0 comments on commit d75a366

Please sign in to comment.