Closed arden closed 6 years ago
Run this in the terminal
ulimit -S -n 2048
and try flutter run
For more information on this error see here: https://github.com/flutter/flutter/issues/18225
Run this in the terminal
ulimit -S -n 2048
and try
flutter run
For more information on this error see here: flutter/flutter#18225
Thanks a lot (Y)