Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions example/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class _FontConfig {
{required this.family,
required this.url,
this.testString = _successMessage,
// ignore: unused_element_parameter
this.expectLoad = true});
}

Expand Down
1 change: 1 addition & 0 deletions example/unload.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class _FontConfig {
{required this.family,
required this.url,
this.group = FontFaceObserver.defaultGroup,
// ignore: unused_element_parameter
this.key = ''});
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dev_dependencies:
build_runner: ^2.0.0
build_test: ^2.0.0
build_test: '>=2.0.0 <4.0.0'
build_web_compilers: '>=3.0.0 <5.0.0'
test: ^1.16.8
workiva_analysis_options: ^1.0.1