Upgrade package_info_plus dep to 5.0.1 (as is blocking on some project depending on it)
⚠️ I think I found a bug in the SDK, if someone could check if it's voluntary or not: In the query_test.dart file, line 86. I think the correct behavior is to return a simple list ['a', 'b', 'c'] like others but actually it return [['a', 'b', 'c']].
Test Plan
Run flutter test
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
What does this PR do?
package_info_plus
dep to 5.0.1 (as is blocking on some project depending on it)⚠️ I think I found a bug in the SDK, if someone could check if it's voluntary or not: In the
query_test.dart
file, line 86. I think the correct behavior is to return a simple list ['a', 'b', 'c'] like others but actually it return [['a', 'b', 'c']].Test Plan
flutter test
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)