개발/Flutter
flutter freezes nested class toJson 오류 현상 제거
dev_caleb
2022. 8. 26. 19:52
728x90
freezed로 만든 classmodel을
freezed로 만든 class model안에 넣으면, 실제로 fromjson으로 불러 올 때 문제가 발생하는 것이다!
https://github.com/rrousselGit/freezed/issues/86
Nested Freezed class not converted TO JSON · Issue #86 · rrousselGit/freezed
👋 Given two freezed classes where one is "nested" in the other. import 'package:freezed_annotation/freezed_annotation.dart'; part 'contrived_example.g.dart'; part 'con...
github.com


야매인거 같긴 한데 되긴된다..
Generated class from freezed creates duplicate FromJson method
I have a class which I am trying to use with Freezed, Json Serializable, and Hive. After running dart run build_runner build and generating the necessary classes, my compiler gives me the following...
stackoverflow.com

728x90