Hi! I came accross this nice plugin.
However I cannot seem to run it for generating the class files for the Strapi project...
Command: flutter create --no-pub --org xyz.yadunandan --project-name super_strapi_generated -t package ./super_strapi_generated
#0 _ProcessImpl._runAndWait (dart:io-patch/process_patch.dart:487:7)
#1 _runNonInteractiveProcessSync (dart:io-patch/process_patch.dart:632:18)
#2 Process.runSync (dart:io-patch/process_patch.dart:68:12)
#3 _makeProject (file:///C:/Users/bence/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/super_strapi-0.9.0-alpha+3/bin/super_strapi.dart:194:17)
#4 _validatePubspec (file:///C:/Users/bence/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/super_strapi-0.9.0-alpha+3/bin/super_strapi.dart:160:27)
#5 setupOutPutDirectory (file:///C:/Users/bence/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/super_strapi-0.9.0-alpha+3/bin/super_strapi.dart:140:7)
#6 main (file:///C:/Users/bence/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/super_strapi-0.9.0-alpha+3/bin/super_strapi.dart:55:26)
pub finished with exit code 255
Seems that the above command is hardcoded, no matter how the project folder is named or configured already.
Thanks!
Hi! I came accross this nice plugin.
However I cannot seem to run it for generating the class files for the Strapi project...
Command: flutter create --no-pub --org xyz.yadunandan --project-name super_strapi_generated -t package ./super_strapi_generated
#0 _ProcessImpl._runAndWait (dart:io-patch/process_patch.dart:487:7)
#1 _runNonInteractiveProcessSync (dart:io-patch/process_patch.dart:632:18)
#2 Process.runSync (dart:io-patch/process_patch.dart:68:12)
#3 _makeProject (file:///C:/Users/bence/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/super_strapi-0.9.0-alpha+3/bin/super_strapi.dart:194:17)
#4 _validatePubspec (file:///C:/Users/bence/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/super_strapi-0.9.0-alpha+3/bin/super_strapi.dart:160:27)
#5 setupOutPutDirectory (file:///C:/Users/bence/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/super_strapi-0.9.0-alpha+3/bin/super_strapi.dart:140:7)
#6 main (file:///C:/Users/bence/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/super_strapi-0.9.0-alpha+3/bin/super_strapi.dart:55:26)
pub finished with exit code 255
Seems that the above command is hardcoded, no matter how the project folder is named or configured already.
Thanks!