Nhật Long
Nhật Long
is there any update on this?
Hope my code can solve your problem [GetxListener](https://gist.github.com/longtn-imt/80b76ecedf660097414d28debec392d4)
Are there any updates? When will Flutter start supporting manual signing and provisioning profiles? https://github.com/flutter/flutter/projects/222#card-86444706
Same issue here ```dart import 'package:freezed_annotation/freezed_annotation.dart'; part 'base_response.freezed.dart'; part 'base_response.g.dart'; @Freezed(genericArgumentFactories: true) class SBaseResponse with _$SBaseResponse { const factory SBaseResponse({ required SResponseStatus responseStatus, required T results, }) = _SBaseResponse; const...
I found a solution, use "fvm" for bash. I will close this issue
