SYMBOL INDEX (68 symbols across 19 files) FILE: example/lib/main.dart function main (line 6) | void main() class MyApp (line 10) | class MyApp extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) type LegendShape (line 30) | enum LegendShape { circle, rectangle } class HomePage (line 32) | class HomePage extends StatefulWidget { method createState (line 36) | HomePageState createState() class HomePageState (line 39) | class HomePageState extends State { method build (line 99) | Widget build(BuildContext context) class HomePage2 (line 463) | class HomePage2 extends StatelessWidget { method build (line 475) | Widget build(BuildContext context) FILE: example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: example/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 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: example/windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: example/windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: example/windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: example/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/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/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: lib/src/chart_painter.dart class PieChartPainter (line 8) | class PieChartPainter extends CustomPainter { method degreeToRadian (line 81) | double degreeToRadian(double degree) method setPaintProps (line 83) | void setPaintProps(Paint p) method paint (line 91) | void paint(Canvas canvas, Size size) method _drawCenterText (line 200) | void _drawCenterText(Canvas canvas, double side) method _drawName (line 204) | void _drawName( method shouldRepaint (line 247) | bool shouldRepaint(PieChartPainter oldDelegate) FILE: lib/src/chart_values_options.dart class ChartValuesOptions (line 5) | class ChartValuesOptions { FILE: lib/src/degree_options.dart class DegreeOptions (line 3) | class DegreeOptions { method copyWith (line 13) | DegreeOptions copyWith({ FILE: lib/src/legend.dart class Legend (line 3) | class Legend extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) FILE: lib/src/legend_options.dart class LegendOptions (line 4) | class LegendOptions { FILE: lib/src/pie_chart.dart type LegendPosition (line 8) | enum LegendPosition { top, bottom, left, right } type ChartType (line 10) | enum ChartType { disc, ring } class PieChart (line 12) | class PieChart extends StatefulWidget { method createState (line 64) | _PieChartState createState() class _PieChartState (line 67) | class _PieChartState extends State method initLegends (line 76) | void initLegends() method initValues (line 84) | void initValues() method initData (line 88) | void initData() method initState (line 98) | void initState() method _getChart (line 119) | Widget _getChart() method _getPieChart (line 173) | Widget _getPieChart() method build (line 282) | Widget build(BuildContext context) method didUpdateWidget (line 291) | void didUpdateWidget(PieChart oldWidget) method dispose (line 297) | void dispose() FILE: lib/src/utils.dart function getColor (line 25) | Color getColor(List colorList, int index) function getGradient (line 33) | List getGradient(List> gradientList, int index, FILE: test/pie_chart_test.dart function main (line 7) | void main()