Error while running the file - solution needed
Closed this issue · 1 comments
PrejithPrasobhanan commented
lib/Screen/StudentReg.dart:1:8: Error: Not found: 'dart:ffi'
import 'dart:ffi';
^
lib/resources/auth_methods.dart:1:8: Error: Not found: 'dart:ffi'
import 'dart:ffi';
^
lib/Screen/TeacherReg.dart:1:8: Error: Not found: 'dart:ffi'
import 'dart:ffi';
^
lib/Screen/Skills.dart:1:8: Error: Not found: 'dart:ffi'
import 'dart:ffi';
PrejithPrasobhanan commented
Found the solution to this error, this app can't be run on browser, we should either connect to an external device or emulator!