• A
    Add stubs for text handling on Fuchsia (#2935) · a5c3a313
    Adam Barth 提交于
    We don't yet have support for text on Fuchsia. This patch add stub
    implementations of Paragraph and ParagraphBuilder so that Flutter apps
    that use text don't error out. Instead, the text is 0x0 and invisible.
    
    Also, teach MojoServices not to crash if it hasn't been created by the
    time Dart tries to use it.
    a5c3a313
paragraph_builder_stub.cc 1.9 KB