teeth_anatomy 0.0.3 copy "teeth_anatomy: ^0.0.3" to clipboard
teeth_anatomy: ^0.0.3 copied to clipboard

teeth_anatomy shows the anatomy of the tooth and is a good package for use in medical software

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add teeth_anatomy
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  teeth_anatomy: ^0.0.3
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:teeth_anatomy/model/teeth_model.dart';
import 'package:teeth_anatomy/teeth_custom_paint.dart';
import 'package:teeth_anatomy/utils/svg_loader.dart';
import 'package:teeth_anatomy/view/teeth_custom_paint.dart';
import 'package:teeth_anatomy/view/teeth_widget.dart';
copied to clipboard
6
likes
130
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.23 - 2025.04.07

teeth_anatomy shows the anatomy of the tooth and is a good package for use in medical software

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, cupertino_icons, flutter, flutter_svg, touchable

More

Packages that depend on teeth_anatomy