cmrnrbs / flutter_ar

9 stars 4 forks source link

Module 'flutter_unity_widget' not found #1

Open faridg18 opened 3 years ago

faridg18 commented 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?

nileshgarg0023 commented 3 years ago

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';