glorylab / wave

A Flutter package for displaying waves.
https://wave.glorylab.xyz
MIT License
1.11k stars 96 forks source link

after flutter upgrade 2 the package throw this error #30

Closed eslam-elswesy closed 3 years ago

eslam-elswesy commented 3 years ago

Describe the bug Error: Method not found: 'throwNullError'. throwNullError('custom', 'colorsorgradients');

HektorCyC commented 3 years ago

Same issue.

calistus commented 3 years ago

Samething here

HektorCyC commented 3 years ago

Add this to your pubspec.yaml

wave: git: url: git://github.com/searchy2/wave.git

Screen Shot 2021-03-11 at 10 17 00
calistus commented 3 years ago

Thanks. this works

RockerFlower commented 3 years ago

Apologies for the delayed response.

Version 0.2.0 is migrated to null safety now.

dependencies:
  wave: ^0.2.0