SYMBOL INDEX (147 symbols across 18 files) FILE: example/lib/main.dart function main (line 8) | void main() function floatwing (line 13) | void floatwing() function floatwing2 (line 17) | void floatwing2(Window w) class MyApp (line 26) | class MyApp extends StatefulWidget { method createState (line 28) | _MyAppState createState() class _MyAppState (line 31) | class _MyAppState extends State { method initState (line 63) | void initState() method build (line 75) | Widget build(BuildContext context) class HomePage (line 84) | class HomePage extends StatefulWidget { method createState (line 89) | State createState() class _HomePageState (line 92) | class _HomePageState extends State { method initState (line 94) | void initState() method build (line 155) | Widget build(BuildContext context) method _item (line 178) | Widget _item(Window w) FILE: example/lib/views/assistive_touch.dart class AssistiveTouch (line 8) | class AssistiveTouch extends StatefulWidget { method createState (line 12) | State createState() function _pannelMain (line 16) | void _pannelMain() class _AssistiveTouchState (line 20) | class _AssistiveTouchState extends State { method initState (line 28) | void initState() method initAsyncState (line 43) | void initAsyncState() method build (line 69) | Widget build(BuildContext context) method _onTap (line 73) | void _onTap() class AssistiveButton (line 86) | @immutable method createState (line 124) | _AssistiveButtonState createState() class _AssistiveButtonState (line 127) | class _AssistiveButtonState extends State method initState (line 152) | void initState() method didChangeDependencies (line 169) | void didChangeDependencies() method dispose (line 178) | void dispose() method listener (line 186) | void listener() method build (line 199) | Widget build(BuildContext context) method _onTap (line 231) | void _onTap() method _onDragStart (line 241) | void _onDragStart() method _onDragUpdate (line 250) | void _onDragUpdate(int x, int y) method _onDragEnd (line 255) | void _onDragEnd() method _scheduleIdle (line 264) | void _scheduleIdle() method _updatePosition (line 275) | void _updatePosition() method _setOffset (line 283) | void _setOffset(Offset offset, [bool shouldUpdateLargerOffset = true]) class AssistivePannel (line 339) | class AssistivePannel extends StatefulWidget { method createState (line 345) | State createState() class _AssistivePannelState (line 348) | class _AssistivePannelState extends State method dispose (line 360) | void dispose() method initState (line 366) | void initState() method build (line 403) | Widget build(BuildContext context) class _DefaultChild (line 468) | class _DefaultChild extends StatelessWidget { method build (line 474) | Widget build(BuildContext context) FILE: example/lib/views/night.dart class NightView (line 4) | class NightView extends StatefulWidget { method createState (line 8) | State createState() class _NightViewState (line 11) | class _NightViewState extends State { method initState (line 15) | void initState() method build (line 24) | Widget build(BuildContext context) FILE: example/lib/views/normal.dart class NonrmalView (line 5) | class NonrmalView extends StatefulWidget { method createState (line 9) | State createState() class _NonrmalViewState (line 12) | class _NonrmalViewState extends State { method initState (line 17) | void initState() method build (line 40) | Widget build(BuildContext context) FILE: example/test/widget_test.dart function main (line 13) | void main() FILE: integration_test/floatwing_integration_test.dart function main (line 13) | void main() FILE: lib/src/constants.dart class WindowSize (line 5) | class WindowSize { type GravityType (line 10) | enum GravityType { function toInt (line 79) | int? toInt() function fromInt (line 83) | GravityType? fromInt(int? v) function apply (line 91) | Offset apply( FILE: lib/src/event.dart type WindowListener (line 6) | typedef WindowListener = dynamic Function(Window window, dynamic data); type EventType (line 9) | enum EventType { function fromString (line 35) | EventType? fromString(String v) class Event (line 47) | class Event { class EventManager (line 69) | class EventManager { method sink (line 117) | List sink(Event evt) method on (line 131) | EventManager on(Window window, EventType type, WindowListener callback) method toString (line 145) | String toString() FILE: lib/src/plugin.dart class FloatwingPlugin (line 9) | class FloatwingPlugin { method syncWindows (line 88) | Future syncWindows() method _getValidSystemConfig (line 97) | Future _getValidSystemConfig() method checkMetrics (line 107) | void checkMetrics(Duration _) method initialize (line 124) | Future initialize() method checkPermission (line 152) | Future checkPermission() method openPermissionSetting (line 156) | Future openPermissionSetting() method isServiceRunning (line 160) | Future isServiceRunning() method startService (line 164) | Future startService() method cleanCache (line 168) | Future cleanCache() method createWindow (line 173) | Future createWindow( method internalCreateWindow (line 195) | Future internalCreateWindow( method ensureWindow (line 228) | Future ensureWindow() method on (line 247) | FloatwingPlugin on(EventType type, WindowListener callback) FILE: lib/src/provider.dart class FloatwingProvider (line 10) | class FloatwingProvider extends InheritedWidget { method updateShouldNotify (line 21) | bool updateShouldNotify(FloatwingProvider oldWidget) class FloatwingContainer (line 26) | class FloatwingContainer extends StatefulWidget { method createState (line 42) | State createState() class _FloatwingContainerState (line 45) | class _FloatwingContainerState extends State { method initState (line 52) | void initState() method build (line 73) | Widget build(BuildContext context) method dispose (line 86) | void dispose() class _MeasuredSized (line 109) | class _MeasuredSized extends StatefulWidget { method createState (line 124) | _MeasuredSizedState createState() class _MeasuredSizedState (line 127) | class _MeasuredSizedState extends State<_MeasuredSized> { method initState (line 129) | void initState() method build (line 135) | Widget build(BuildContext context) method postFrameCallback (line 155) | void postFrameCallback(Duration _) type DragCallback (line 172) | typedef DragCallback = void Function(Offset offset); class _DragAnchor (line 174) | class _DragAnchor extends StatefulWidget { method createState (line 197) | State<_DragAnchor> createState() class _DragAnchorState (line 200) | class _DragAnchorState extends State<_DragAnchor> { method build (line 202) | Widget build(BuildContext context) class _ResizeAnchor (line 231) | class _ResizeAnchor extends StatefulWidget { method createState (line 248) | State<_ResizeAnchor> createState() class __ResizeAnchorState (line 251) | class __ResizeAnchorState extends State<_ResizeAnchor> { method build (line 253) | Widget build(BuildContext context) function floatwing (line 271) | Widget floatwing({ function _provider (line 292) | Widget _provider(Window? window) function _autosize (line 296) | Widget _autosize({ function _pointerless (line 306) | Widget _pointerless([bool ignoring = false]) function _material (line 310) | Widget _material({ function _app (line 317) | Widget _app({ function floatwing (line 328) | WidgetBuilder floatwing({ function make (line 339) | Widget make() FILE: lib/src/utils.dart class SystemConfig (line 3) | class SystemConfig { method toMap (line 20) | Map toMap() method toString (line 31) | String toString() FILE: lib/src/window.dart type OnDataHanlder (line 8) | typedef OnDataHanlder = Future Function( class Window (line 11) | class Window { method toString (line 51) | String toString() method applyMap (line 55) | Window applyMap(Map? map) method of (line 68) | Window? of(BuildContext context) method hide (line 74) | Future hide() method close (line 79) | Future close({bool force = false}) method create (line 91) | Future create({bool start = false}) method createChildWindow (line 99) | Future createChildWindow( method start (line 112) | Future start() method update (line 120) | Future update(WindowConfig cfg) method show (line 139) | Future show({bool visible = true}) method share (line 154) | Future share( method launchMainActivity (line 167) | Future launchMainActivity() method onData (line 175) | Window onData(OnDataHanlder handler) method sync (line 185) | Future?> sync() method on (line 190) | Window on(EventType type, WindowListener callback) method toMap (line 195) | Map toMap() class WindowConfig (line 204) | class WindowConfig { method toMap (line 287) | Map toMap() method to (line 320) | Window to() method create (line 325) | Future create({ method toString (line 336) | String toString() FILE: test/event_test.dart function main (line 4) | void main() FILE: test/flutter_floatwing_test.dart function main (line 5) | void main() FILE: test/plugin_test.dart function main (line 5) | void main() FILE: test/utils_test.dart function main (line 4) | void main() FILE: test/window_config_test.dart function main (line 4) | void main() FILE: test/window_test.dart function main (line 5) | void main()