pezi / dart_periphery

dart_periphery is a Dart port of the native c-periphery library
BSD 3-Clause "New" or "Revised" License
36 stars 9 forks source link

typo: useSharedLibray() #18

Closed cpswan closed 1 year ago

cpswan commented 1 year ago

Should be useSharedLibrary(); (extra r), but I'm not just proposing a pull request as this will be a breaking change for anybody using the existing functionality. Perhaps the way to go initially is to add useSharedLibrary();, switch the documentation over to that, and deprecate useSharedLibray(); for when a more important breaking change comes along (e.g. Dart 3).

pezi commented 1 year ago

This problem should be fixed with version 9.4.5