spkersten / dart_functional_data

Simple and non-intrusive code generator for lenses and boilerplate of data types
https://pub.dev/packages/functional_data
MIT License
41 stars 15 forks source link

Upgrade dependencies null safety and remove plain optional #26

Closed remonh87 closed 3 years ago

remonh87 commented 3 years ago

Plain optional is not needed.

Is it also possible to publish based on this a stable 1.0 version? Reason I ask is that I cannot publish a stable 3.0 version of reactive ble since I depend on a pre-release of functional data.

remonh87 commented 3 years ago

This pr also fixes the colission with for example mockito. That library uses analyzer v1.0.0

spkersten commented 3 years ago

I did a manual merge to get it into master.