akaitrade commented on PR #2930:
URL: https://github.com/apache/thrift/pull/2930#issuecomment-1961439191

   Hi,
   
   First of all great work on the Dart 3 Compatibility !
   
   I am trying to use thrift in a Dart/Flutter project but both my own Thrift 
files and Tutorial files provide a bunch of errors for example. I don't know if 
this is the right place to post this but as it's connected to Dart 3 maybe 
somebody here could assists ? 
   
   - Missing concrete implementations of 'TBase.getFieldValue', 'TBase.isSet', 
and 'TBase.setFieldValue'. Try implementing the missing methods, or make the 
class abstract. ( This is almost on every class generated by Thrift) 
   
   - It assumes that everything is package : import 
'package:shared/shared.dart' as t_shared;. Am i doing this wrong maybe ? I am 
currently having the Thrift generated files in the lib folder as part of the 
project ?
   
   - Undefined class 'Uint8List'. Try changing the name to the name of an 
existing class, or creating a class with the name 'Uint8List


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to