dental_teeth_selector 0.1.0 copy "dental_teeth_selector: ^0.1.0" to clipboard
dental_teeth_selector: ^0.1.0 copied to clipboard

Interactive dental chart for selecting teeth in Flutter. Supports Universal and European (FDI) numbering, plus fallen teeth.

0.1.0 #

  • Add TeethNumberingSystem with universal (default) and european (FDI / ISO 3950) options via DentalTeethSelector.numberingSystem.
  • Selection ids and chart labels follow the chosen numbering system.
  • Add convertToothId / convertToothIds helpers to map between systems.
  • Add fallen / missing teeth support: showFallenTeeth, fallenTeeth, selectingFallenTeeth, onFallenChanged, and fallenColor (default red).
  • Assertions: fallenTeeth / selectingFallenTeeth require showFallenTeeth: true; fallen ids must not overlap initiallySelected.
  • Fallen teeth cannot be selected in normal mode; enable selectingFallenTeeth to mark / unmark them. Tapping an already selected tooth while marking fallen does nothing.
  • Example app: Universal / European / Fallen teeth tabs, with a mark/select switch on the Fallen teeth tab.

0.0.1 #

  • Initial DentalTeethSelector with Universal Numbering System chart.
  • Supports selection callback, initial selection, background / selected / border / number colors, and width / height.
10
likes
160
points
187
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Interactive dental chart for selecting teeth in Flutter. Supports Universal and European (FDI) numbering, plus fallen teeth.

Repository (GitHub)
View/report issues

Topics

#dental #teeth #flutter-widget #healthcare #ui

License

MIT (license)

Dependencies

flutter, path_drawing, xml

More

Packages that depend on dental_teeth_selector