package:web v0.3.0
- Updated source IDL to
v3.39.1
. - Fixed a bug where
typedef
s were not declared with the IDL type's
nullability. - Types that were aliased to
double
are now aliased tonum
. This is to make
it easier for users to pass integer values without going through a cast and to
make migration fromdart:html
easier.