Robin Marcelo
Results
2
comments of
Robin Marcelo
I recently migrated my project to Flutter 2 and am also getting the same issue. I checked the .g.dart file and it doesn't appear to be using the `ServerTimestampConverter` but...
Sharing how it looks for me, the placement of configure is important because if you place it after `GeneratedPluginRegsitrant.register(with: self)`, it would cause a crash. ```swift import Flutter import UIKit...