Open faridg18 opened 3 years ago
I've been trying to run this project on iOS, but I keep getting Module 'flutter_unity_widget' not found. I already exported the project from unity
What do you think the problem is?
add this to your pubspec.yaml under dependencies
flutter_unity_widget: ^4.2.0
and add this to top of your main.dart
import 'package:flutter_unity_widget/flutter_unity_widget.dart';
I've been trying to run this project on iOS, but I keep getting Module 'flutter_unity_widget' not found. I already exported the project from unity
What do you think the problem is?