Closed maks closed 1 year ago
This attempts to fix #20 by using conditional imports to workaround the limitations set by the dart2js compiler.
dart2js
@arcticfox1919 would you have time to take a look at this small PR? As otherwise this fantastic package is not usable when compiling Dart to JS.
Thanks for fixing this problem!
This attempts to fix #20 by using conditional imports to workaround the limitations set by the
dart2js
compiler.