glorylab / wave

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

Channel dev, 1.24.0-7.0.pre #22

Closed danieramiz closed 3 years ago

danieramiz commented 4 years ago

Describe the bug ../../SDKs/flutter/.pub-cache/hosted/pub.dartlang.org/wave-0.1.0/lib/config.dart:46:13: Error: Method not found: 'throwNullError'. throwNullError('custom', 'colorsorgradients');
^^^^^^^^^^^^^^
../../SDKs/flutter/.pub-cache/hosted/pub.dartlang.org/wave-0.1.0/lib/config.dart:60:13: Error: Method not found: 'throwNullError'. throwNullError('custom', 'durations');
^^^^^^^^^^^^^^
../../SDKs/flutter/.pub-cache/hosted/pub.dartlang.org/wave-0.1.0/lib/config.dart:66:13: Error: Method not found: 'throwNullError'. throwNullError('custom', 'heightPercentages');

To Reproduce Steps to reproduce the behavior: Run your example project

Expected behavior Run without errors

Smartphone (please complete the following information): WEB

Additional context flutter channel DEV

emsaints commented 4 years ago

Also happens on latest MASTER channel.

ghenry commented 3 years ago

Same here. Trying on dev channel for Windows desktop as per https://flutter.dev/desktop#set-up

Any updates or workarounds?

binSaed commented 3 years ago

use this fork until the package gets an update

  wave:
    git:
      url: git://github.com/searchy2/wave.git
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