redstone-dart / redstone

A metadata driven microframework for Dart.
http://redstone-dart.github.io/redstone
MIT License
342 stars 42 forks source link

Clean-up redstone dependencies #175

Closed stevemessick closed 8 years ago

stevemessick commented 8 years ago

@luizmineo @kaendfinger @austincummings

These changes remove a dependency to the deprecated crypto package and upgrade the version spec for others to a version that is strong-mode clean. This also begins making redstone clean in strong-mode analysis, but does not try to fix everything. There are still three "errors" that could be corrected by casting, but I'm not sure how that would interact with plugins so I did not include it. A number of warnings remain and some of them look tricky to resolve. Once this is committed I'll take another look at the remaining strong-mode issues.

stevemessick commented 8 years ago

@Pacane Thanks! Could you do pub publish also? I, of course, cannot.

Pacane commented 8 years ago

@stevemessick there you go, sorry for the delay.