Skip to content

Commit

Permalink
revert 27eaca2: avoid_unused_constructor_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Jun 24, 2024
1 parent e76778d commit 6ef2eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ linter:
prefer_int_literals: false
unnecessary_lambdas: false
avoid_print: false
avoid_unused_constructor_parameters: false
unawaited_futures: false
overridden_fields: false
always_put_required_named_parameters_first: false
Expand Down
1 change: 1 addition & 0 deletions maplibre_gl_web/lib/src/ui/map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1205,6 +1205,7 @@ class MapOptions extends JsObjectWrapper<MapOptionsJsImpl> {
dynamic get locale => jsObject.locale;

factory MapOptions({
dynamic hash,
bool? interactive,
dynamic container,
num? bearingSnap,
Expand Down

0 comments on commit 6ef2eef

Please sign in to comment.