Please check my project:
https://github.com/MaximGo/WebTech_Projekt.git
In the file 'tetrisclient.dart' I want to import the generated package from the lib-folder.
import 'package:tetris/tetris.dart';
But I get the Erro 'Target of URI does not exists'
Thanks for your help!
Run pub get. If you use WebStorm you can do it using corresponding action from the pubspec.yaml file context menu.