SYMBOL INDEX (210 symbols across 45 files) FILE: draggable_borderless/go/cmd/main.go function main (line 18) | func main() { function iconProvider (line 31) | func iconProvider() ([]image.Image, error) { FILE: draggable_borderless/go/cmd/options.go type AppBarDraggable (line 16) | type AppBarDraggable struct method InitPlugin (line 27) | func (p *AppBarDraggable) InitPlugin(messenger plugin.BinaryMessenger)... method InitPluginGLFW (line 36) | func (p *AppBarDraggable) InitPluginGLFW(window *glfw.Window) error { method onPanStart (line 44) | func (p *AppBarDraggable) onPanStart(arguments interface{}) (reply int... method onPanUpdate (line 53) | func (p *AppBarDraggable) onPanUpdate(arguments interface{}) (reply in... method onClose (line 64) | func (p *AppBarDraggable) onClose(arguments interface{}) (reply interf... FILE: draggable_borderless/lib/main_desktop.dart function main (line 7) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) class DraggebleAppBar (line 43) | class DraggebleAppBar extends StatelessWidget implements PreferredSizeWi... method build (line 64) | Widget build(BuildContext context) method onPanUpdate (line 72) | void onPanUpdate(DragUpdateDetails details) method onPanStart (line 76) | void onPanStart(DragStartDetails details) FILE: keyboard_event/go/cmd/main.go function main (line 18) | func main() { function iconProvider (line 31) | func iconProvider() ([]image.Image, error) { FILE: keyboard_event/lib/app.dart class MyApp (line 5) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) class KeyboardTestPage (line 23) | class KeyboardTestPage extends StatefulWidget { method createState (line 25) | State createState() class _KeyboardTestPageState (line 30) | class _KeyboardTestPageState extends State { method didChangeDependencies (line 37) | void didChangeDependencies() method build (line 43) | Widget build(BuildContext context) method onKeyEvent (line 63) | void onKeyEvent(RawKeyEvent event) method _addMessage (line 80) | void _addMessage(String message) FILE: keyboard_event/lib/main.dart function main (line 5) | void main() FILE: keyboard_event/lib/main_desktop.dart function main (line 7) | void main() FILE: plugin_tutorial/go-plugin-example/battery/main.go constant channelName (line 9) | channelName = "samples.flutter.dev/battery" type MyBatteryPlugin (line 16) | type MyBatteryPlugin struct method InitPlugin (line 33) | func (p *MyBatteryPlugin) InitPlugin(messenger plugin.BinaryMessenger)... function handleGetBatteryLevel (line 45) | func handleGetBatteryLevel(arguments interface{}) (reply interface{}, er... FILE: plugin_tutorial/go-plugin-example/complex/main.go type Example (line 15) | type Example struct method InitPlugin (line 23) | func (p *Example) InitPlugin(messenger plugin.BinaryMessenger) error { method mutualCall (line 34) | func (p *Example) mutualCall(arguments interface{}) (reply interface{}... function catchAllTest (line 55) | func catchAllTest(methodCall interface{}) (reply interface{}, err error) { function getRemotesFunc (line 61) | func getRemotesFunc(arguments interface{}) (reply interface{}, err error) { function getErrorFunc (line 94) | func getErrorFunc(arguments interface{}) (reply interface{}, err error) { FILE: plugin_tutorial/go/cmd/main.go function main (line 18) | func main() { function iconProvider (line 31) | func iconProvider() ([]image.Image, error) { FILE: plugin_tutorial/lib/main_desktop.dart function main (line 12) | void main() FILE: pointer_demo/go/cmd/main.go function main (line 18) | func main() { function iconProvider (line 31) | func iconProvider() ([]image.Image, error) { FILE: pointer_demo/lib/app.dart function main (line 7) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) class MyStatefulWidget (line 26) | class MyStatefulWidget extends StatefulWidget { method createState (line 30) | _MyStatefulWidgetState createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State { method _incrementCounter (line 40) | void _incrementCounter(PointerEnterEvent details) method _decrementCounter (line 46) | void _decrementCounter(PointerExitEvent details) method _updateLocation (line 52) | void _updateLocation(PointerHoverEvent details) method _updateMove (line 60) | void _updateMove(PointerMoveEvent details) method _pointerDown (line 68) | void _pointerDown(PointerDownEvent details) method _pointerUp (line 76) | void _pointerUp(PointerUpEvent details) method build (line 85) | Widget build(BuildContext context) FILE: pointer_demo/lib/main.dart function main (line 5) | void main() FILE: pointer_demo/lib/main_desktop.dart function main (line 6) | void main() FILE: stocks/go/cmd/main.go function main (line 18) | func main() { function iconProvider (line 31) | func iconProvider() ([]image.Image, error) { FILE: stocks/lib/i18n/stock_messages_all.dart type Future (line 15) | typedef Future LibraryLoader(); function _findExact (line 21) | MessageLookupByLibrary _findExact(localeName) function initializeMessages (line 33) | Future initializeMessages(String localeName) function _messagesExistFor (line 48) | bool _messagesExistFor(String locale) function _findGeneratedMessagesFor (line 56) | MessageLookupByLibrary _findGeneratedMessagesFor(locale) FILE: stocks/lib/i18n/stock_messages_en.dart type MessageIfAbsent (line 15) | typedef MessageIfAbsent(String message_str, List args); class MessageLookup (line 17) | class MessageLookup extends MessageLookupByLibrary { method _notInlinedMessages (line 21) | _notInlinedMessages(_) FILE: stocks/lib/i18n/stock_messages_es.dart type MessageIfAbsent (line 15) | typedef MessageIfAbsent(String message_str, List args); class MessageLookup (line 17) | class MessageLookup extends MessageLookupByLibrary { method _notInlinedMessages (line 21) | _notInlinedMessages(_) FILE: stocks/lib/main.dart function main (line 4) | void main() FILE: stocks/lib/main_desktop.dart function main (line 5) | void main() FILE: stocks/lib/stock.dart class _StocksLocalizationsDelegate (line 28) | class _StocksLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method isSupported (line 33) | bool isSupported(Locale locale) method shouldReload (line 36) | bool shouldReload(_StocksLocalizationsDelegate old) class StocksApp (line 39) | class StocksApp extends StatefulWidget { method createState (line 41) | StocksAppState createState() class StocksAppState (line 44) | class StocksAppState extends State { method initState (line 60) | void initState() method configurationUpdater (line 65) | void configurationUpdater(StockConfiguration value) method _getRoute (line 82) | Route _getRoute(RouteSettings settings) method build (line 107) | Widget build(BuildContext context) FILE: stocks/lib/stock_arrow.dart class StockArrowPainter (line 9) | class StockArrowPainter extends CustomPainter { method paint (line 16) | void paint(Canvas canvas, Size size) method shouldRepaint (line 49) | bool shouldRepaint(StockArrowPainter oldDelegate) class StockArrow (line 55) | class StockArrow extends StatelessWidget { method _colorIndexForPercentChange (line 60) | int _colorIndexForPercentChange(double percentChange) method _colorForPercentChange (line 66) | Color _colorForPercentChange(double percentChange) method build (line 73) | Widget build(BuildContext context) FILE: stocks/lib/stock_data.dart class Stock (line 18) | class Stock { class StockData (line 41) | class StockData extends ChangeNotifier { method add (line 58) | void add(List data) method _urlToFetch (line 71) | String _urlToFetch(int chunk) method _fetchNextChunk (line 79) | void _fetchNextChunk() method _end (line 97) | void _end() FILE: stocks/lib/stock_home.dart type ModeUpdater (line 14) | typedef void ModeUpdater(StockMode mode); type _StockMenuItem (line 16) | enum _StockMenuItem { autorefresh, refresh, speedUp, speedDown } type StockHomeTab (line 17) | enum StockHomeTab { market, portfolio } class _NotImplementedDialog (line 19) | class _NotImplementedDialog extends StatelessWidget { method build (line 21) | Widget build(BuildContext context) class StockHome (line 52) | class StockHome extends StatefulWidget { method createState (line 60) | StockHomeState createState() class StockHomeState (line 63) | class StockHomeState extends State { method _handleSearchBegin (line 69) | void _handleSearchBegin() method _handleStockModeChange (line 83) | void _handleStockModeChange(StockMode value) method _handleStockMenu (line 88) | void _handleStockMenu(BuildContext context, _StockMenuItem value) method _buildDrawer (line 110) | Widget _buildDrawer(BuildContext context) method _handleShowSettings (line 180) | void _handleShowSettings() method _handleShowAbout (line 184) | void _handleShowAbout() method buildAppBar (line 188) | Widget buildAppBar() method _getStockList (line 230) | Iterable _getStockList(StockData stocks, Iterable symbols) method _filterBySearchQuery (line 235) | Iterable _filterBySearchQuery(Iterable stocks) method _buyStock (line 242) | void _buyStock(Stock stock) method _buildStockList (line 258) | Widget _buildStockList(BuildContext context, Iterable stocks, S... method _buildStockTab (line 271) | Widget _buildStockTab(BuildContext context, StockHomeTab tab, List { method _handleOptimismChanged (line 20) | void _handleOptimismChanged(bool value) method _handleBackupChanged (line 25) | void _handleBackupChanged(bool value) method _handleShowGridChanged (line 29) | void _handleShowGridChanged(bool value) method _handleShowSizesChanged (line 33) | void _handleShowSizesChanged(bool value) method _handleShowBaselinesChanged (line 37) | void _handleShowBaselinesChanged(bool value) method _handleShowLayersChanged (line 41) | void _handleShowLayersChanged(bool value) method _handleShowPointersChanged (line 45) | void _handleShowPointersChanged(bool value) method _handleShowRainbowChanged (line 49) | void _handleShowRainbowChanged(bool value) method _handleShowPerformanceOverlayChanged (line 54) | void _handleShowPerformanceOverlayChanged(bool value) method _handleShowSemanticsDebuggerChanged (line 58) | void _handleShowSemanticsDebuggerChanged(bool value) method _confirmOptimismChange (line 62) | void _confirmOptimismChange() method sendUpdates (line 95) | void sendUpdates(StockConfiguration value) method buildAppBar (line 100) | Widget buildAppBar(BuildContext context) method buildSettingsPane (line 106) | Widget buildSettingsPane(BuildContext context) method build (line 212) | Widget build(BuildContext context) FILE: stocks/lib/stock_strings.dart class StockStrings (line 15) | class StockStrings { method load (line 20) | Future load(Locale locale) method of (line 27) | StockStrings of(BuildContext context) method title (line 31) | String title() method market (line 40) | String market() method portfolio (line 47) | String portfolio() FILE: stocks/lib/stock_symbol_viewer.dart class _StockSymbolView (line 10) | class _StockSymbolView extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class StockSymbolPage (line 64) | class StockSymbolPage extends StatelessWidget { method build (line 71) | Widget build(BuildContext context) class StockSymbolBottomSheet (line 112) | class StockSymbolBottomSheet extends StatelessWidget { method build (line 118) | Widget build(BuildContext context) FILE: stocks/lib/stock_types.dart type StockMode (line 7) | enum StockMode { optimistic, pessimistic } type BackupMode (line 8) | enum BackupMode { enabled, disabled } class StockConfiguration (line 10) | class StockConfiguration { method copyWith (line 44) | StockConfiguration copyWith({ FILE: text_demo/go/cmd/main.go function main (line 18) | func main() { function iconProvider (line 31) | func iconProvider() ([]image.Image, error) { FILE: text_demo/lib/app.dart function main (line 6) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | _MyStatefulWidgetState createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 36) | Widget build(BuildContext context) FILE: text_demo/lib/main.dart function main (line 5) | void main() FILE: text_demo/lib/main_desktop.dart function main (line 7) | void main() FILE: texture_tutorial/go-texture-example/gif/main.go type GifPlugin (line 17) | type GifPlugin struct method InitPlugin (line 27) | func (p *GifPlugin) InitPlugin(messenger plugin.BinaryMessenger) error { method InitPluginTexture (line 56) | func (p *GifPlugin) InitPluginTexture(registry *flutter.TextureRegistr... method textureHanler (line 86) | func (p *GifPlugin) textureHanler(width, height int) (bool, *flutter.P... function getGifDimensions (line 94) | func getGifDimensions(gif *gif.GIF) (x, y int) { FILE: texture_tutorial/go-texture-example/image/main.go type ImagePlugin (line 15) | type ImagePlugin struct method InitPlugin (line 20) | func (p *ImagePlugin) InitPlugin(messenger plugin.BinaryMessenger) err... method InitPluginTexture (line 25) | func (p *ImagePlugin) InitPluginTexture(registry *flutter.TextureRegis... method textureHanler (line 51) | func (p *ImagePlugin) textureHanler(width, height int) (bool, *flutter... FILE: texture_tutorial/go/cmd/main.go function main (line 18) | func main() { function iconProvider (line 31) | func iconProvider() ([]image.Image, error) { FILE: texture_tutorial/lib/main_desktop.dart function main (line 5) | void main() class MyApp (line 10) | class MyApp extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) FILE: xbox_controller/go-plugin-example/controller/main.go type XBOXStream (line 13) | type XBOXStream struct method InitPlugin (line 19) | func (p *XBOXStream) InitPlugin(messenger plugin.BinaryMessenger) error { method OnListen (line 26) | func (p *XBOXStream) OnListen(arguments interface{}, sink *plugin.Even... method OnCancel (line 77) | func (p *XBOXStream) OnCancel(arguments interface{}) { FILE: xbox_controller/go/cmd/import-path_provider-plugin.go function init (line 10) | func init() { FILE: xbox_controller/go/cmd/main.go function main (line 18) | func main() { function iconProvider (line 31) | func iconProvider() ([]image.Image, error) { FILE: xbox_controller/lib/game.dart class MyGame (line 12) | class MyGame extends BaseGame { method searchController (line 28) | void searchController() method _updateGameController (line 44) | void _updateGameController(ctrl) method _start (line 52) | void _start() method render (line 57) | void render(Canvas canvas) class Coordinates (line 94) | class Coordinates { class Button (line 99) | class Button { class Controller (line 106) | class Controller { method offsetRightStick (line 127) | Coordinates offsetRightStick() method offsetLeftStick (line 131) | Coordinates offsetLeftStick() method rt (line 135) | double rt() method lt (line 139) | double lt() method pressedButtons (line 143) | List