StringBuffer class clashes with dart:core
Opened this issue · 0 comments
Nt271828 commented
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