We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e18243 commit eceb93aCopy full SHA for eceb93a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [2.2.0+1] - 26.03.2020
2
+
3
+Codestyle hotfix
4
5
## [2.2.0] - 26.03.2020
6
7
Features:
lib/config.dart
@@ -28,7 +28,7 @@ class Config {
28
final Map<dynamic, dynamic> configFields = config[ConfigFieldType.FIELDS];
29
final Map<dynamic, dynamic> extensions = config[ConfigFieldType.EXTENSIONS] ?? {};
30
Map<dynamic, dynamic> extension = {};
31
- String extensionName = null;
+ String extensionName;
32
33
if (devExtension != null && args[devExtension]) {
34
extensionName = devExtension;
0 commit comments