Open ghost opened 3 years ago
It is because of this package doesn't support null safety and most probably your Flutter version is null safety by default. So I think there are two ways:
zflutter:
git:
url: https://github.com/IbrahimTabba/zflutter.git
ref: null-safety
or if you want to use the null safety branch from the creator (I didn't test):
zflutter:
git:
url: https://github.com/jamesblasco/zflutter.git
ref: null_safety
Installing the package from git didn't work for me as the library is in a subfolder. When specifying the path it works:
zflutter:
git:
url: https://github.com/jamesblasco/zflutter.git
ref: null_safety
path: zflutter