SYMBOL INDEX (70 symbols across 5 files) FILE: example/lib/main.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatefulWidget { method createState (line 13) | _MyAppState createState() class _MyAppState (line 16) | class _MyAppState extends State { method continueDraw (line 39) | void continueDraw(landmark) method finishDraw (line 47) | void finishDraw() method _onLandMarkStream (line 49) | void _onLandMarkStream(NormalizedLandmarkList landmarkList) method colorCircle (line 109) | Widget colorCircle(Color color) method build (line 124) | Widget build(BuildContext context) class DrawingPainter (line 242) | class DrawingPainter extends CustomPainter { method paint (line 249) | void paint(Canvas canvas, Size size) method shouldRepaint (line 265) | bool shouldRepaint(DrawingPainter oldDelegate) class DrawingPoints (line 268) | class DrawingPoints { type SelectedMode (line 275) | enum SelectedMode { StrokeWidth, Opacity, Color } FILE: example/test/widget_test.dart function main (line 13) | void main() FILE: lib/HandGestureRecognition.dart type Gestures (line 5) | enum Gestures { class HandGestureRecognition (line 19) | class HandGestureRecognition { method fingerIsOpen (line 20) | bool fingerIsOpen( method thumbIsOpen (line 24) | bool thumbIsOpen(List landmarks) method firstFingerIsOpen (line 27) | bool firstFingerIsOpen(List landmarks) method secondFingerIsOpen (line 30) | bool secondFingerIsOpen(List landmarks) method thirdFingerIsOpen (line 33) | bool thirdFingerIsOpen(List landmarks) method fourthFingerIsOpen (line 36) | bool fourthFingerIsOpen(List landmarks) method getEuclideanDistanceAB (line 39) | double getEuclideanDistanceAB( method isThumbNearFirstFinger (line 43) | bool isThumbNearFirstFinger( method handGestureRecognition (line 47) | Gestures handGestureRecognition(List landmarks) FILE: lib/flutter_hand_tracking_plugin.dart type HandTrackingViewCreatedCallback (line 10) | typedef void HandTrackingViewCreatedCallback( class HandTrackingView (line 13) | class HandTrackingView extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class HandTrackingViewController (line 39) | class HandTrackingViewController { FILE: lib/gen/landmark.pb.dart class Landmark (line 12) | class Landmark extends $pb.GeneratedMessage { method clone (line 24) | Landmark clone() method copyWith (line 25) | Landmark copyWith(void Function(Landmark) updates) method create (line 28) | Landmark create() method createEmptyInstance (line 29) | Landmark createEmptyInstance() method createRepeated (line 30) | $pb.PbList createRepeated() method getDefault (line 32) | Landmark getDefault() method hasX (line 40) | $core.bool hasX() method clearX (line 42) | void clearX() method hasY (line 49) | $core.bool hasY() method clearY (line 51) | void clearY() method hasZ (line 58) | $core.bool hasZ() method clearZ (line 60) | void clearZ() class LandmarkList (line 63) | class LandmarkList extends $pb.GeneratedMessage { method clone (line 73) | LandmarkList clone() method copyWith (line 74) | LandmarkList copyWith(void Function(LandmarkList) updates) method create (line 77) | LandmarkList create() method createEmptyInstance (line 78) | LandmarkList createEmptyInstance() method createRepeated (line 79) | $pb.PbList createRepeated() method getDefault (line 81) | LandmarkList getDefault() class NormalizedLandmark (line 88) | class NormalizedLandmark extends $pb.GeneratedMessage { method clone (line 100) | NormalizedLandmark clone() method copyWith (line 101) | NormalizedLandmark copyWith(void Function(NormalizedLandmark) updates) method create (line 104) | NormalizedLandmark create() method createEmptyInstance (line 105) | NormalizedLandmark createEmptyInstance() method createRepeated (line 106) | $pb.PbList createRepeated() method getDefault (line 108) | NormalizedLandmark getDefault() method hasX (line 116) | $core.bool hasX() method clearX (line 118) | void clearX() method hasY (line 125) | $core.bool hasY() method clearY (line 127) | void clearY() method hasZ (line 134) | $core.bool hasZ() method clearZ (line 136) | void clearZ() class NormalizedLandmarkList (line 139) | class NormalizedLandmarkList extends $pb.GeneratedMessage { method clone (line 149) | NormalizedLandmarkList clone() method copyWith (line 150) | NormalizedLandmarkList copyWith(void Function(NormalizedLandmarkList) ... method create (line 153) | NormalizedLandmarkList create() method createEmptyInstance (line 154) | NormalizedLandmarkList createEmptyInstance() method createRepeated (line 155) | $pb.PbList createRepeated() method getDefault (line 157) | NormalizedLandmarkList getDefault()