SYMBOL INDEX (289 symbols across 71 files) FILE: android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java class GeneratedPluginRegistrant (line 8) | public final class GeneratedPluginRegistrant { method registerWith (line 9) | public static void registerWith(PluginRegistry registry) { method alreadyRegisteredWith (line 15) | private static boolean alreadyRegisteredWith(PluginRegistry registry) { FILE: example/example_01/lib/main.dart function main (line 5) | void main() class MyApp (line 7) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class MyHomePage (line 14) | class MyHomePage extends StatefulWidget { method createState (line 16) | _MyHomePageState createState() class _MyHomePageState (line 19) | class _MyHomePageState extends State { method initState (line 23) | void initState() method build (line 28) | Widget build(BuildContext context) FILE: example/example_01/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: example/example_01/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: example/example_01/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: example/example_01/test/widget_test.dart function main (line 13) | void main() FILE: example/example_01/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: example/example_01/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: example/example_01/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: example/example_01/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: example/example_01/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: example/example_01/windows/runner/utils.cpp function CreateAndAttachConsole (line 10) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 24) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 44) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: example/example_01/windows/runner/win32_window.cpp function Scale (line 18) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 24) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 41) | class WindowClassRegistrar { method WindowClassRegistrar (line 46) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 62) | WindowClassRegistrar() = default; function wchar_t (line 71) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 152) | LRESULT function Win32Window (line 208) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 224) | RECT Win32Window::GetClientArea() { function HWND (line 230) | HWND Win32Window::GetHandle() { FILE: example/example_01/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: example/example_02/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) class MyHomePage (line 13) | class MyHomePage extends StatefulWidget { method createState (line 15) | _MyHomePageState createState() class _MyHomePageState (line 18) | class _MyHomePageState extends State { method initState (line 20) | void initState() method build (line 25) | Widget build(BuildContext context) class SvgDrawingWithCustomController (line 34) | class SvgDrawingWithCustomController extends StatefulWidget { method createState (line 40) | SvgDrawingWithCustomControllerState createState() class SvgDrawingWithCustomControllerState (line 44) | class SvgDrawingWithCustomControllerState method initState (line 51) | void initState() method dispose (line 60) | void dispose() method _startAnimation (line 65) | void _startAnimation() method build (line 76) | Widget build(BuildContext context) FILE: example/example_02/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: example/example_02/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: example/example_02/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: example/example_02/test/widget_test.dart function main (line 13) | void main() FILE: example/example_02/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: example/example_02/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: example/example_02/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: example/example_02/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: example/example_02/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: example/example_02/windows/runner/utils.cpp function CreateAndAttachConsole (line 10) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 24) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 44) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: example/example_02/windows/runner/win32_window.cpp function Scale (line 18) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 24) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 41) | class WindowClassRegistrar { method WindowClassRegistrar (line 46) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 62) | WindowClassRegistrar() = default; function wchar_t (line 71) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 152) | LRESULT function Win32Window (line 208) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 224) | RECT Win32Window::GetClientArea() { function HWND (line 230) | HWND Win32Window::GetHandle() { FILE: example/example_02/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: example/example_03/lib/main.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) class HomePage (line 25) | class HomePage extends StatefulWidget { method createState (line 30) | HomePageState createState() class HomePageState (line 33) | class HomePageState extends State with TickerProviderStateMixin { method initState (line 142) | void initState() method build (line 147) | Widget build(BuildContext context) method createPage (line 158) | Widget createPage(int i, BuildContext context) method createCardOptions (line 290) | List createCardOptions(int i) method createInstructions (line 469) | Widget createInstructions(int i) method getSwipeWidget (line 522) | Widget getSwipeWidget() method createChoiceChip (line 535) | Widget createChoiceChip(int i, int j, String text, Object object) method createChoiceChipMulti (line 559) | Widget createChoiceChipMulti( method wrap (line 587) | Widget wrap(List widgets) method launchURL (line 599) | void launchURL(int i) method startAnimation (line 608) | void startAnimation(int i) FILE: example/example_03/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 11) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: example/example_03/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: example/example_03/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: example/example_03/test/widget_test.dart function main (line 13) | void main() FILE: example/example_03/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 11) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: example/example_03/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: example/example_03/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: example/example_03/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: example/example_03/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: example/example_03/windows/runner/utils.cpp function CreateAndAttachConsole (line 10) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 24) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 44) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: example/example_03/windows/runner/win32_window.cpp function Scale (line 18) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 24) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 41) | class WindowClassRegistrar { method WindowClassRegistrar (line 46) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 62) | WindowClassRegistrar() = default; function wchar_t (line 71) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 152) | LRESULT function Win32Window (line 208) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 224) | RECT Win32Window::GetClientArea() { function HWND (line 230) | HWND Win32Window::GetHandle() { FILE: example/example_03/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: example/example_04/lib/main.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) class MyHomePage (line 19) | class MyHomePage extends StatefulWidget { method createState (line 21) | _MyHomePageState createState() class _MyHomePageState (line 24) | class _MyHomePageState extends State { method initState (line 33) | void initState() method requestPermissions (line 42) | Future requestPermissions() method build (line 62) | Widget build(BuildContext context) method circle (line 109) | Path circle(Offset offset) method rect (line 113) | Path rect(Offset offset) method line (line 117) | Path line(Offset a, Offset b) method arc (line 123) | Path arc(Offset a, Offset b) method center (line 130) | Path center(Offset a, Offset b) method rotate (line 135) | Path rotate(Path p, double radians) method out (line 142) | Path out(Offset a) method spiral (line 148) | Path spiral() method colorize (line 164) | Paint colorize(int index) method createMetatron (line 250) | List createMetatron() class Grid (line 326) | class Grid { class Row (line 330) | class Row { method _g (line 336) | Offset _g(double x, double y) FILE: example/example_04/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: example/example_04/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: example/example_04/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: example/example_04/test/widget_test.dart function main (line 13) | void main() FILE: example/example_04/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: example/example_04/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: example/example_04/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: example/example_04/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: example/example_04/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: example/example_04/windows/runner/utils.cpp function CreateAndAttachConsole (line 10) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 24) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 44) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: example/example_04/windows/runner/win32_window.cpp function Scale (line 18) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 24) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 41) | class WindowClassRegistrar { method WindowClassRegistrar (line 46) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 62) | WindowClassRegistrar() = default; function wchar_t (line 71) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 152) | LRESULT function Win32Window (line 208) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 224) | RECT Win32Window::GetClientArea() { function HWND (line 230) | HWND Win32Window::GetHandle() { FILE: example/example_04/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: lib/src/abstract_drawing_state.dart class AbstractAnimatedDrawingState (line 14) | abstract class AbstractAnimatedDrawingState extends State getAnimation() method applyPathOrder (line 130) | void applyPathOrder() method buildForegroundPainter (line 147) | PathPainter? buildForegroundPainter() method buildBackgroundPainter (line 154) | PathPainter? buildBackgroundPainter() method preparePathPainterBuilder (line 161) | PathPainterBuilder preparePathPainterBuilder([LineAnimation? lineAnima... method assignPathSegmentsToPainters (line 173) | void assignPathSegmentsToPainters() method checkValidRange (line 199) | void checkValidRange() method getCustomDimensions (line 210) | Size? getCustomDimensions() method createCustomPaint (line 221) | CustomPaint createCustomPaint(BuildContext context) method addListenersToAnimationController (line 230) | void addListenersToAnimationController() method updatePathData (line 250) | void updatePathData() method parsePathData (line 256) | void parsePathData() method parseFromPaths (line 267) | void parseFromPaths(SvgParser parser) method pathsProvided (line 275) | bool pathsProvided() method svgAssetProvided (line 277) | bool svgAssetProvided() method parseFromSvgAsset (line 279) | void parseFromSvgAsset(SvgParser parser) method checkIfDefaultOrderSortingRequired (line 292) | bool checkIfDefaultOrderSortingRequired() FILE: lib/src/curves.dart class YCompressionCurve (line 4) | class YCompressionCurve extends Curve { method transform (line 17) | double transform(double t) FILE: lib/src/debug.dart class DebugOptions (line 4) | class DebugOptions { function resetFrame (line 27) | void resetFrame(DebugOptions? options) function iterateFrame (line 31) | void iterateFrame(DebugOptions options) function getFrameCount (line 35) | int getFrameCount(DebugOptions options) FILE: lib/src/drawing_state.dart class AnimatedDrawingState (line 7) | class AnimatedDrawingState extends AbstractAnimatedDrawingState { method initState (line 20) | void initState() method didUpdateWidget (line 27) | void didUpdateWidget(AnimatedDrawing oldWidget) method build (line 33) | Widget build(BuildContext context) FILE: lib/src/drawing_state_with_ticker.dart class AnimatedDrawingWithTickerState (line 8) | class AnimatedDrawingWithTickerState extends AbstractAnimatedDrawingState method didUpdateWidget (line 31) | void didUpdateWidget(AnimatedDrawing oldWidget) method initState (line 37) | void initState() method dispose (line 47) | void dispose() method build (line 53) | Widget build(BuildContext context) method buildAnimation (line 59) | Future buildAnimation() FILE: lib/src/drawing_widget.dart type PaintedPathCallback (line 13) | typedef PaintedPathCallback = void Function(int, Path); class AnimatedDrawing (line 18) | class AnimatedDrawing extends StatefulWidget { method createState (line 184) | AbstractAnimatedDrawingState createState() method assertAnimationParameters (line 192) | void assertAnimationParameters() FILE: lib/src/line_animation.dart type LineAnimation (line 2) | enum LineAnimation { FILE: lib/src/painter.dart class PaintedPainter (line 15) | class PaintedPainter extends PathPainter { method paint (line 28) | void paint(Canvas canvas, Size size) class AllAtOncePainter (line 50) | class AllAtOncePainter extends PathPainter { method paint (line 63) | void paint(Canvas canvas, Size size) class OneByOnePainter (line 89) | class OneByOnePainter extends PathPainter { method paint (line 119) | void paint(Canvas canvas, Size size) class PathPainter (line 194) | abstract class PathPainter extends CustomPainter { method calculateBoundingBox (line 237) | void calculateBoundingBox() method onFinish (line 259) | void onFinish(Canvas canvas, Size size, {int lastPainted = -1}) method paintOrDebug (line 276) | Canvas paintOrDebug(Canvas canvas, Size size) method paintPrepare (line 290) | void paintPrepare(Canvas canvas, Size size) method writeToFile (line 297) | Future writeToFile( method calculateScaleFactor (line 316) | _ScaleFactor calculateScaleFactor(Size viewBox) method viewBoxToCanvas (line 345) | void viewBoxToCanvas(Canvas canvas, Size size) method shouldRepaint (line 392) | bool shouldRepaint(PathPainter old) class _ScaleFactor (line 395) | class _ScaleFactor { FILE: lib/src/parser.dart class SvgParser (line 14) | class SvgParser { method parseColor (line 20) | Color parseColor(String cStr) method addPathSegments (line 34) | void addPathSegments( method loadFromString (line 55) | void loadFromString(String svgString) method loadFromPaths (line 107) | void loadFromPaths(List paths) method loadFromFile (line 121) | Future loadFromFile(String file) method getPathSegments (line 128) | List getPathSegments() method getPaths (line 133) | List getPaths() class PathSegment (line 139) | class PathSegment { class PathModifier (line 176) | class PathModifier extends PathProxy { method close (line 182) | void close() method cubicTo (line 187) | void cubicTo( method lineTo (line 193) | void lineTo(double x, double y) method moveTo (line 198) | void moveTo(double x, double y) FILE: lib/src/path_order.dart class PathOrder (line 10) | class PathOrder { method _getComparator (line 27) | Comparator _getComparator() method _byLength (line 31) | Comparator _byLength({reverse = false}) method _byPosition (line 41) | Comparator _byPosition( method __original (line 81) | Comparator __original() method combine (line 90) | PathOrder combine(PathOrder secondPathOrder) class PathOrders (line 120) | class PathOrders { class Extractor (line 147) | class Extractor { method getComparator (line 148) | Comparator getComparator(PathOrder? pathOrder) FILE: lib/src/path_painter_builder.dart class PathPainterBuilder (line 7) | class PathPainterBuilder { method build (line 20) | PathPainter build() method setAnimation (line 34) | void setAnimation(Animation animation) method setCustomDimensions (line 38) | void setCustomDimensions(Size? customDimensions) method setPaints (line 42) | void setPaints(List paints) method setOnFinishFrame (line 46) | void setOnFinishFrame( method setScaleToViewport (line 51) | void setScaleToViewport(bool scaleToViewport) method setDebugOptions (line 55) | void setDebugOptions(DebugOptions debug) method setPathSegments (line 59) | void setPathSegments(List pathSegments) FILE: lib/src/range.dart class AnimationRange (line 4) | abstract class AnimationRange { class PathIndexRange (line 22) | class PathIndexRange extends AnimationRange { FILE: lib/src/types.dart type PaintedSegmentCallback (line 2) | typedef PaintedSegmentCallback = void Function(int); FILE: test/first.dart function main (line 5) | void main() FILE: test/mocks.dart class MockAnimationController (line 5) | class MockAnimationController extends Mock implements AnimationControlle... FILE: test/path_animation_test.dart function main (line 3) | void main() FILE: test/unit_parsing.dart function main (line 4) | void main() FILE: test/unit_widget_arg.dart function main (line 7) | void main()