You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current FlutterDeckCodeHighlight must be revisited and its implementation, ideally, should be replaced. If that's not possible, I am completely fine removing/replacing this widget and introducing a breaking change if needed.
The flutter_highlight dependency must be removed.
The current slide theme should be applied to the code highlighting (light/dark), but it should also support theme override if needed (this is how all the theming works in flutter_deck).
It would be nice if the code could scale and resize based on the available space.
Code change animation (similar to in slick_slides) would be a nice addition.
Description
Flutter and Dart developers want to show Flutter and Dart code. It's important that the code styling experience be top notch.
slick_slides already has great code styling. Port that approach to flutter_deck.
Requirements
The text was updated successfully, but these errors were encountered: