dart_code_viewer_x 1.0.1 dart_code_viewer_x: ^1.0.1 copied to clipboard
A package to view Dart Code in your Flutter application. This package is null safety version of dart-code-viewer
1.0.1 #
New features:
displayCopyNotification
was added, so it can be dynamically adjusted, wether a notification should be shown when the copy button was pressed. Its disabled by default, so this package can work with CupertinoApps without need for adjustments.copyButtonReplacement
allows for replacing the default copy button that is used.
1.0.0 #
The initial release of DartCodeViewerX