I am getting errors for example about path `import 'package:rounded_loading_button_plus/rounded_loading_button_plus.dart';` does not exist Found out that it should be `import 'package:rounded_loading_button_plus/rounded_loading_button.dart';`
I am getting errors for example about path
import 'package:rounded_loading_button_plus/rounded_loading_button_plus.dart';does not exist
Found out that it should be
import 'package:rounded_loading_button_plus/rounded_loading_button.dart';