Xavier Jodoin

Results 11 comments of Xavier Jodoin

for a null safety version https://pub.dev/packages/awesome_circular_chart

I don't think is related to the project. Did you try to set the explicitly the size https://stackoverflow.com/questions/64947936/flutter-errorfailed-assertion-line-1785-pos-12-hassize

I forked the project and deploy a null safety version -> https://pub.dev/packages/awesome_circular_chart

for now isn't supported but maybe in the future if I replace javassist by bytebuddy

You need to declare the generic on your list private List texteSections = new ArrayList();

Right now it's not supported but I plan to do it soon

Thanks for the feedback. It will be easy to add fetch join I think the better way to do it is like that SubEntity subEntity = fetch(innerJoin(entity.getSubEntity())); And to create...

I can fix it using a new feature/annotation of jdk7 http://docs.oracle.com/javase/7/docs/api/java/lang/SafeVarargs.html but I have to test before what will be the impact for the java 6 user