SYMBOL INDEX (20 symbols across 5 files) FILE: example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: lib/data_tables.dart class NativeDataTable (line 8) | class NativeDataTable extends StatelessWidget { method build (line 139) | Widget build(BuildContext context) method _buildRows (line 197) | List _buildRows(int count, DataRowBuilder builder) type DataRowBuilder (line 208) | typedef DataRowBuilder = DataRow Function(int index); FILE: lib/ui/mobile_paged_listview.dart class PagedListView (line 4) | class PagedListView extends StatefulWidget { method createState (line 44) | _NativePagedListViewState createState() class _NativePagedListViewState (line 47) | class _NativePagedListViewState extends State { method initState (line 52) | void initState() method didUpdateWidget (line 62) | void didUpdateWidget(covariant PagedListView oldWidget) method _scrollListener (line 70) | void _scrollListener() method build (line 81) | Widget build(BuildContext context) method _buildMobileChildren (line 259) | List _buildMobileChildren(int index) FILE: lib/ui/stateless_datatable.dart class StatelessDataTable (line 8) | class StatelessDataTable extends StatelessWidget { method _getBlankRowFor (line 63) | DataRow _getBlankRowFor(int index) method _getProgressIndicatorRowFor (line 65) | DataRow _getProgressIndicatorRowFor(int index) method _getRows (line 81) | List _getRows(int firstRowIndex, int rowsPerPage) method build (line 116) | Widget build(BuildContext context) class CustomScrollBehavior (line 331) | class CustomScrollBehavior extends MaterialScrollBehavior {