Giter Site home page Giter Site logo

shefengl / vertical_text Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wilin52/vertical_text

0.0 0.0 0.0 115 KB

flutter project. Aligns Text Vertical from right-top to left bottom, support emoji. 排版文字从右往左

Home Page: https://www.jianshu.com/p/6f47128790bc

Kotlin 5.78% Objective-C 12.87% Dart 81.35%

vertical_text's Introduction

flutter_app

A new Flutter application.

Aligns Text Vertical from right-top to left bottom.support emoji. 排版文字从右往左。支持emoji。

Screenshot

Screenshot

how to use: see main.dart

CustomPaint(
  painter: VerticalText(
    text: "你好,这是垂直排版的文字,排版顺序从上到下,从右到左。",
    textStyle: TextStyle(
      color: Colors.red,
      fontSize: 20,
      letterSpacing: 4,
      wordSpacing: 4),
    width: 200,
    height: 200,
    ),
)

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.