invertase/zapp.run

Plutogrid can not pass Build phase

Solido opened this issue · 0 comments

Solido commented

Description

I'm testing zapp with PlutoGrid using the official repo example

Zapp got me this message

Build Error
An error occurred whilst building the project. Below is an output of the logs returned during the Flutter compilation process:

Starting build...

Most important part seems to be that just importing the lib broke Zapp, it's not using the Widget.
Add pluto_grid to dependencies and pasting this code will trigger the error.

import 'package:flutter/material.dart';
import 'package:pluto_grid/pluto_grid.dart';

void main() {
  runApp(const Text(''));
}

Message is not pointing anything special but reading the console it looks like an import problem.
Also since it does not build and nothing is saved in pubspec or source so I cannot provide a zappid.

Thanks!