You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Nullable lists are not being mapped properly. (https://github.com/smotastic/smartstruct/issues/41)
5
+
* Update to analyzer 5.0.0 (https://github.com/smotastic/smartstruct/issues/78)
6
+
7
+
1
8
# v1.3.0
2
9
* Bump Analyzer to 4.0.0 (Thanks to @luissalgadofreire)
3
10
@@ -46,12 +53,12 @@ Fixes:
46
53
47
54
# v.1.2.1
48
55
- Constructors in the abstract mapper will now also be implemented by the generated mapper class (https://github.com/smotastic/smartstruct/issues/22).
49
-
This should fix an issue where you cannot inject dependencies via the constructor in your mapper class.
56
+
This should fix an issue where you cannot inject dependencies via the constructor in your mapper class.
50
57
51
58
# v1.2.0
52
59
- Fixed the useInjection attribute to properly work now (https://github.com/smotastic/smartstruct/issues/19)
53
-
Note that all generated files are suffixed with *.mapper.g.dart* now instead of *.g.dart*
54
-
So for migration purposes you'll have to just change the *part 'foomapper.g.dart'* in your mapper files to *part 'foomapper.mapper.g.dart*
60
+
Note that all generated files are suffixed with *.mapper.g.dart* now instead of *.g.dart*
61
+
So for migration purposes you'll have to just change the *part 'foomapper.g.dart'* in your mapper files to *part 'foomapper.mapper.g.dart*
0 commit comments