• Adam Barth's avatar
    Improve TextSpan · fb4dbf45
    Adam Barth authored
    Now we just have one TextSpan class that handles both simple strings, trees of
    children, and styling both. This approach simplifies the interface for most
    clients.
    
    This patch also removes StyledText, which was weakly typed and tricky to use
    correctly. The replacement is RichText, which is strongly typed and uses
    TextSpan.
    fb4dbf45
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
doc Loading commit data...
examples Loading commit data...
infra Loading commit data...
packages Loading commit data...
travis Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...