- First test release.
- First stable release.
- Fixed a Warning.
- New Syntax Added (Java, Kotlin, Swift).
- New Theme Added (Ocean Sunset).
- Fixed README.md
- JavaScript Syntax Added & Fixed Duplicated Syntax KeyWord in Swift.
- Syntax Theme is not required (Default: dracula).
- SDK minimun support upgraded from 2.1.0 to 2.2.2.
- Syntax Lines counter is now available.
- implemented abstraction.
- Added Editable Rich Text
- Removed (Editable Rich Text due some platform errors)
- Code Cleanup
- Now Zooming depends on gesture
- Added C Syntax Support
- Added C++ Syntax Support
- Added YAML Syntax Support
- Added vscode dark and light themes
- Added new themes screenshots
- Fixed Theme screenshots not showing due invalid link
- Fixed duplicated themes issue
- Added Font size with a default value of 12.0 by @marwenx.
- Added Expansion (default to false) which allows the SyntaxView to be used inside a Column or a ListView... @marwenx.
- Added void, types and Preprocessor Conditional compilation ( #if, #else, #elif, #ifdef, #ifndef, #endif, and #pragma ) to C/C++ built in types parser
- Revert softWrap for now due instability
- Removed Zooming with gestures due instability, now zooming is only supported with icon controls
- Upgraded string_scanner dependency to null safety stable version 1.1.0
- Executed $ dart migrate command which enabled Null safety support automatically
- Added late and required to Dart syntax keywords
- Added publish_to: "none" to example project's pubspec.yaml
- Syntax view text is now selectable thanks to @shyam1s15 PR #14
- Updated example
- Fix scrollbar position attached in web thanks to @jhon2520 PR #19
- Updated example
- Fix lines count are not aligned correctly with code when selection is on
- Improve code documentation and styling
- Added Rust Syntax Highlighter