8000 GitHub - pakeng/vertical_text: flutter project. Aligns Text Vertical from right-top to left bottom, support emoji. 排版文字从右往左
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

pakeng/vertical_text

 
 

Folders and files

NameName
Last commit 8000 message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 81.3%
  • Objective-C 12.9%
  • Kotlin 5.8%
0