File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
packages/flutter_trianglify Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ Flutter widget inspired by http://qrohlf.com/trianglify/
66
77<img src =" https://raw.githubusercontent.com/JonathanMonga/flutter_trianglify/master/screenshots/screenshot.png " alt =" Demo Screenshot " height =" 35% " width =" 35% " />
88
9+ ## Installation
10+ [ ![ Pub] ( https://img.shields.io/badge/pub-1.2.0-blue )] ( https://pub.dev/packages/flutter_trianglify )
11+
12+ Add the Package
13+ ``` yaml
14+ dependencies :
15+ flutter_trianglify : ^0.0.6
16+ ` ` `
917
1018# Usage
1119
@@ -48,7 +56,7 @@ In order to run the command line example, please follow these steps:
4856
49571 . Clone this repo and enter the directory
50582 . Run ` pub get `
51- 3 . Run ` dart example/example .dart `
59+ 3 . Run ` dart example/lib/trianglify_example .dart `
5260
5361### Flutter Example
5462
@@ -61,7 +69,7 @@ In order to run the flutter example, you must have Flutter installed. For instal
6169
62701 . Open up an Android Emulator, the iOS Simulator, or connect an appropriate mobile device for debugging.
63712 . Open up a terminal
64- 3 . ` cd ` into the ` example/flutter/github_search ` directory
72+ 3 . ` cd ` into the ` example/lib/trianglify_example ` directory
65734 . Run ` flutter doctor ` to ensure you have all Flutter dependencies working.
66745 . Run ` flutter packages get `
67756 . Run ` flutter run `
You can’t perform that action at this time.
0 commit comments