analysis_server_lib 0.2.2
analysis_server_lib: ^0.2.2 copied to clipboard
A library to access Dart's analysis server API.
0.2.2 #
- Upgraded to the latest version (
1.32.8
) of the analysis server spec
0.2.1 #
- Fixed a null safety issue related to some results from the
edit.getRefactorings
call - Updated the set of lints this package uses (now require >= Dart 2.15.0)
0.2.0 #
- Upgraded to Dart 2.12.0 and null safety (thanks @xvrh!)