at_tools icon indicating copy to clipboard operation
at_tools copied to clipboard

StringBuffer class clashes with dart:core

Open Nt271828 opened this issue 4 years ago • 0 comments

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

Nt271828 avatar Aug 17 '21 19:08 Nt271828