Closed k0shk0sh closed 2 years ago
Hi, you only have slang_flutter: 2.4.1
right? You probably need to lock slang
to 2.4.1
too.
@Tienisto I have both.
Unfortunately, I cannot reproduce this.
Can you print the output of flutter pub deps
and of your build.yaml
please?
the issue was with my setup. I had a module (locales) that was depending on main pubspec.lock but somehow that didn't work. had to reinit my melos and it work.
thanks.
Describe the bug
To Reproduce Steps to reproduce the behavior:
use below:
call
flutter pub run slang
Expected behavior No exception/error.
Temp-Fix: adding
package:flutter/widgets.dart
manually to file fixes the issue.