amaan871/Rajagiri-Connect

Error while running the file - solution needed

Closed this issue · 1 comments

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

Found the solution to this error, this app can't be run on browser, we should either connect to an external device or emulator!