analysis_server_lib 0.2.5 analysis_server_lib: ^0.2.5 copied to clipboard
A library to access Dart's analysis server API.
0.2.5 #
- Update to the
1.34.0
version of the analysis server spec.
0.2.4 #
- Update to the
1.33.4
version of the analysis server spec.
0.2.3 #
- Add a sanity check for the availability of the Dart SDK.
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!).