teeth_anatomy 0.0.3
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