OneCompiler

Target of URI doesn't exist: 'package:flutter/cupertino.dart'.

Error while starting the new Flutter app that I have cloned

Target of URI doesn't exist: 'package:flutter/cupertino.dart'.
Try creating the file referenced by the URI, or Try using a URI for a file that does exist.

1 Answer

1 year ago by

Run the following command to get the dependencies

flutter pub get

1 year ago by senpie956