fix: Some things aren't exported from the flutter_deck
package
#109
Labels
bug
Something isn't working
flutter_deck
package
#109
I'm trying to create a custom slide. To start this process, I copied the
build()
method fromFlutterDeckBigFactSlide
expecting to modify it to meet my needs.However, it appears that a number of classes referenced in that
build()
method aren't exported fromflutter_deck
, preventing me from even compiling a direct copy of the code.Here's the code that I copied:
The artifacts that I can't seem to import include:
FlutterDeckSlideBase
,FlutterDeckLayout
,AutoSizeText
. There may be more.I would suggest a heuristic that says "export everything, unless there's a strong reason to hide something".
The text was updated successfully, but these errors were encountered: