Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 269 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 269 Bytes

FlowChart

安卓的流程图控件。

gradle引入

	dependencies {
	        implementation 'com.github.bumbleben2486:FlowChart:Tag'
	}

kotlin-dsl引入

	dependencies {
	        implementation("com.github.bumbleben2486:FlowChart:Tag")
	}