File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.0
2+ - ` enough_ascii_art ` is now [ null safe] ( https://dart.dev/null-safety/tour ) #127
3+ - removed integration of fonts, as this is not supported by Dart
4+ - Convert ASCII text into UTF-8 "fonts" like 𝕕𝕠𝕦𝕓𝕝𝕖 𝕤𝕥𝕣𝕦𝕔𝕜 with ` renderUnicode(..) ` .
5+
16## 0.9.7
27- Fixed file path addressing on Windows
38
Original file line number Diff line number Diff line change 11name : enough_ascii_art
22description : Generates ASCII art using image to ASCII, FIGlet text banner support and emoticon to text conversions.
3- version : 0.9.7
3+ version : 1.0.0
44homepage : https://github.com/Enough-Software/enough_ascii_art
55
66environment :
77 sdk : ' >=2.12.0 <3.0.0'
88
99dependencies :
1010 image : ^3.0.2
11-
11+
1212dev_dependencies :
1313 pedantic : ^1.8.0
1414 test : ^1.6.0
You can’t perform that action at this time.
0 commit comments