at_tools
at_tools copied to clipboard
StringBuffer class clashes with dart:core
at_commons/lib/src/buffer/at_buffer_impl.dart defines a subclass of AtBuffer called StringBuffer which clashes with the dart:core class of the same name
Importing at_commons pollutes an app's name space with this (internal?) definition