├── .gitignore ├── .travis.yml ├── .vscode ├── launch.json └── settings.json ├── CHANGELOG.md ├── LICENSE ├── README.md ├── analysis_options.yaml ├── doc └── api │ ├── index.html │ ├── index.json │ ├── rx_widgets │ ├── BuilderFunction.html │ ├── BuilderFunction1.html │ ├── RxCommandBuilder-class.html │ ├── RxCommandBuilder │ │ ├── RxCommandBuilder.html │ │ ├── busyBuilder.html │ │ ├── commandResults.html │ │ ├── createElement.html │ │ ├── createState.html │ │ ├── dataBuilder.html │ │ ├── debugDescribeChildren.html │ │ ├── debugFillProperties.html │ │ ├── errorBuilder.html │ │ ├── hashCode.html │ │ ├── key.html │ │ ├── noSuchMethod.html │ │ ├── operator_equals.html │ │ ├── placeHolderBuilder.html │ │ ├── platform.html │ │ ├── runtimeType.html │ │ ├── toDiagnosticsNode.html │ │ ├── toString.html │ │ ├── toStringDeep.html │ │ ├── toStringShallow.html │ │ └── toStringShort.html │ ├── RxLoader-class.html │ ├── RxLoader │ │ ├── RxLoader.html │ │ ├── backgroundColor.html │ │ ├── commandResults.html │ │ ├── createElement.html │ │ ├── createState.html │ │ ├── dataBuilder.html │ │ ├── debugDescribeChildren.html │ │ ├── debugFillProperties.html │ │ ├── errorBuilder.html │ │ ├── hashCode.html │ │ ├── key.html │ │ ├── noSuchMethod.html │ │ ├── operator_equals.html │ │ ├── placeHolderBuilder.html │ │ ├── platform.html │ │ ├── radius.html │ │ ├── runtimeType.html │ │ ├── spinnerKey.html │ │ ├── strokeWidth.html │ │ ├── toDiagnosticsNode.html │ │ ├── toString.html │ │ ├── toStringDeep.html │ │ ├── toStringShallow.html │ │ ├── toStringShort.html │ │ ├── value.html │ │ └── valueColor.html │ ├── RxRaisedButton-class.html │ ├── RxRaisedButton │ │ ├── RxRaisedButton.html │ │ ├── animationDuration.html │ │ ├── build.html │ │ ├── child.html │ │ ├── clipBehavior.html │ │ ├── color.html │ │ ├── colorBrightness.html │ │ ├── createElement.html │ │ ├── debugFillProperties.html │ │ ├── disabledColor.html │ │ ├── disabledElevation.html │ │ ├── disabledTextColor.html │ │ ├── elevation.html │ │ ├── hashCode.html │ │ ├── highlightColor.html │ │ ├── highlightElevation.html │ │ ├── key.html │ │ ├── materialTapTargetSize.html │ │ ├── noSuchMethod.html │ │ ├── onHighlightChanged.html │ │ ├── operator_equals.html │ │ ├── padding.html │ │ ├── runtimeType.html │ │ ├── rxCommand.html │ │ ├── shape.html │ │ ├── splashColor.html │ │ ├── textColor.html │ │ ├── textTheme.html │ │ ├── toString.html │ │ └── toStringShort.html │ ├── RxSpinner-class.html │ ├── RxSpinner │ │ ├── RxSpinner.html │ │ ├── backgroundColor.html │ │ ├── build.html │ │ ├── busyEvents.html │ │ ├── createElement.html │ │ ├── debugDescribeChildren.html │ │ ├── debugFillProperties.html │ │ ├── hashCode.html │ │ ├── key.html │ │ ├── noSuchMethod.html │ │ ├── normal.html │ │ ├── operator_equals.html │ │ ├── platform.html │ │ ├── radius.html │ │ ├── runtimeType.html │ │ ├── strokeWidth.html │ │ ├── toDiagnosticsNode.html │ │ ├── toString.html │ │ ├── toStringDeep.html │ │ ├── toStringShallow.html │ │ ├── toStringShort.html │ │ ├── value.html │ │ └── valueColor.html │ ├── RxText-class.html │ ├── RxText │ │ ├── RxText.html │ │ ├── build.html │ │ ├── createElement.html │ │ ├── debugFillProperties.html │ │ ├── hashCode.html │ │ ├── key.html │ │ ├── locale.html │ │ ├── maxLines.html │ │ ├── noSuchMethod.html │ │ ├── operator_equals.html │ │ ├── overflow.html │ │ ├── runtimeType.html │ │ ├── semanticsLabel.html │ │ ├── softWrap.html │ │ ├── stream.html │ │ ├── style.html │ │ ├── textAlign.html │ │ ├── textDirection.html │ │ ├── textScaleFactor.html │ │ ├── textSpan.html │ │ ├── toString.html │ │ └── toStringShort.html │ ├── WidgetBuilderSelector-class.html │ ├── WidgetBuilderSelector │ │ ├── WidgetBuilderSelector.html │ │ ├── build.html │ │ ├── buildEvents.html │ │ ├── createElement.html │ │ ├── debugDescribeChildren.html │ │ ├── debugFillProperties.html │ │ ├── hashCode.html │ │ ├── key.html │ │ ├── noSuchMethod.html │ │ ├── onFalse.html │ │ ├── onTrue.html │ │ ├── operator_equals.html │ │ ├── runtimeType.html │ │ ├── toDiagnosticsNode.html │ │ ├── toString.html │ │ ├── toStringDeep.html │ │ ├── toStringShallow.html │ │ └── toStringShort.html │ ├── WidgetSelector-class.html │ ├── WidgetSelector │ │ ├── WidgetSelector.html │ │ ├── build.html │ │ ├── buildEvents.html │ │ ├── createElement.html │ │ ├── debugDescribeChildren.html │ │ ├── debugFillProperties.html │ │ ├── hashCode.html │ │ ├── key.html │ │ ├── noSuchMethod.html │ │ ├── onFalse.html │ │ ├── onTrue.html │ │ ├── operator_equals.html │ │ ├── runtimeType.html │ │ ├── toDiagnosticsNode.html │ │ ├── toString.html │ │ ├── toStringDeep.html │ │ ├── toStringShallow.html │ │ └── toStringShort.html │ └── rx_widgets-library.html │ └── static-assets │ ├── URI.js │ ├── css │ ├── bootstrap.css │ ├── bootstrap.css.map │ └── bootstrap.min.css │ ├── favicon.png │ ├── github.css │ ├── highlight.pack.js │ ├── play_button.svg │ ├── readme.md │ ├── script.js │ ├── sdk_footer_text.html │ ├── styles.css │ └── typeahead.bundle.min.js ├── example ├── .gitignore ├── .metadata ├── analysis_options.yaml ├── android │ ├── .gitignore │ ├── app │ │ ├── build.gradle │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── flutterweatherdemo │ │ │ │ └── MainActivity.java │ │ │ └── res │ │ │ ├── drawable │ │ │ └── launch_background.xml │ │ │ ├── mipmap-hdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xhdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxhdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxxhdpi │ │ │ └── ic_launcher.png │ │ │ └── values │ │ │ └── styles.xml │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── fonts │ ├── WeatherIcons.ttf │ └── config.json ├── ios │ ├── .gitignore │ ├── Flutter │ │ ├── AppFrameworkInfo.plist │ │ ├── Debug.xcconfig │ │ └── Release.xcconfig │ ├── Runner.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ └── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── Runner.xcscheme │ ├── Runner.xcworkspace │ │ └── contents.xcworkspacedata │ └── Runner │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── Icon-App-1024x1024@1x.png │ │ │ ├── Icon-App-20x20@1x.png │ │ │ ├── Icon-App-20x20@2x.png │ │ │ ├── Icon-App-20x20@3x.png │ │ │ ├── Icon-App-29x29@1x.png │ │ │ ├── Icon-App-29x29@2x.png │ │ │ ├── Icon-App-29x29@3x.png │ │ │ ├── Icon-App-40x40@1x.png │ │ │ ├── Icon-App-40x40@2x.png │ │ │ ├── Icon-App-40x40@3x.png │ │ │ ├── Icon-App-60x60@2x.png │ │ │ ├── Icon-App-60x60@3x.png │ │ │ ├── Icon-App-76x76@1x.png │ │ │ ├── Icon-App-76x76@2x.png │ │ │ └── Icon-App-83.5x83.5@2x.png │ │ └── LaunchImage.imageset │ │ │ ├── Contents.json │ │ │ ├── LaunchImage.png │ │ │ ├── LaunchImage@2x.png │ │ │ ├── LaunchImage@3x.png │ │ │ └── README.md │ │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ │ ├── Info.plist │ │ └── main.m ├── lib │ ├── homepage │ │ ├── home_page.dart │ │ ├── homepage_model.dart │ │ └── weather_list_view.dart │ ├── keys.dart │ ├── main.dart │ ├── model_provider.dart │ ├── service │ │ ├── json │ │ │ ├── weather_in_cities.dart │ │ │ └── weather_in_cities.g.dart │ │ ├── weather_entry.dart │ │ └── weather_service.dart │ └── weather_icons.dart ├── pubspec.yaml └── test │ ├── homepage_model_test.dart │ ├── homepage_model_test.mocks.dart │ ├── homepage_test.dart │ ├── homepage_test.mocks.dart │ ├── weather_service_test.dart │ └── weather_service_test.mocks.dart ├── lib ├── rx_widgets.dart └── src │ ├── builder_functions.dart │ ├── reactive_base_widget.dart │ ├── reactive_builder.dart │ ├── reactive_widget.dart │ ├── rx_command_builder.dart │ ├── rx_command_handler_mixin.dart │ ├── rx_raised_button.dart │ ├── rx_spinner.dart │ ├── rx_text.dart │ └── widget_selector.dart ├── makedoc.bat ├── pubspec.yaml ├── rx_widgets.iml └── test ├── reactive_builder_test.dart ├── reactive_text_test.dart └── selector_test.dart /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/.travis.yml -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | This component is published under MIT License 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/README.md -------------------------------------------------------------------------------- /analysis_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/analysis_options.yaml -------------------------------------------------------------------------------- /doc/api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/index.html -------------------------------------------------------------------------------- /doc/api/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/index.json -------------------------------------------------------------------------------- /doc/api/rx_widgets/BuilderFunction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/BuilderFunction.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/BuilderFunction1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/BuilderFunction1.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder-class.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/RxCommandBuilder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/RxCommandBuilder.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/busyBuilder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/busyBuilder.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/commandResults.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/commandResults.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/createElement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/createElement.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/createState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/createState.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/dataBuilder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/dataBuilder.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/debugDescribeChildren.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/debugDescribeChildren.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/debugFillProperties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/debugFillProperties.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/errorBuilder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/errorBuilder.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/hashCode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/hashCode.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/key.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/key.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/noSuchMethod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/noSuchMethod.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/operator_equals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/operator_equals.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/placeHolderBuilder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/placeHolderBuilder.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/platform.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/platform.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/runtimeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/runtimeType.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/toDiagnosticsNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/toDiagnosticsNode.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/toString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/toString.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/toStringDeep.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/toStringDeep.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/toStringShallow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/toStringShallow.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxCommandBuilder/toStringShort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxCommandBuilder/toStringShort.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader-class.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/RxLoader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/RxLoader.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/backgroundColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/backgroundColor.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/commandResults.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/commandResults.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/createElement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/createElement.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/createState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/createState.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/dataBuilder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/dataBuilder.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/debugDescribeChildren.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/debugDescribeChildren.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/debugFillProperties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/debugFillProperties.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/errorBuilder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/errorBuilder.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/hashCode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/hashCode.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/key.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/key.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/noSuchMethod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/noSuchMethod.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/operator_equals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/operator_equals.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/placeHolderBuilder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/placeHolderBuilder.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/platform.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/platform.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/radius.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/radius.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/runtimeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/runtimeType.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/spinnerKey.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/spinnerKey.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/strokeWidth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/strokeWidth.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/toDiagnosticsNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/toDiagnosticsNode.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/toString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/toString.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/toStringDeep.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/toStringDeep.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/toStringShallow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/toStringShallow.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/toStringShort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/toStringShort.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/value.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/value.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxLoader/valueColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxLoader/valueColor.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton-class.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/RxRaisedButton.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/RxRaisedButton.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/animationDuration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/animationDuration.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/build.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/build.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/child.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/child.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/clipBehavior.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/clipBehavior.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/color.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/color.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/colorBrightness.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/colorBrightness.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/createElement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/createElement.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/debugFillProperties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/debugFillProperties.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/disabledColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/disabledColor.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/disabledElevation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/disabledElevation.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/disabledTextColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/disabledTextColor.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/elevation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/elevation.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/hashCode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/hashCode.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/highlightColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/highlightColor.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/highlightElevation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/highlightElevation.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/key.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/key.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/materialTapTargetSize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/materialTapTargetSize.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/noSuchMethod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/noSuchMethod.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/onHighlightChanged.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/onHighlightChanged.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/operator_equals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/operator_equals.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/padding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/padding.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/runtimeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/runtimeType.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/rxCommand.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/rxCommand.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/shape.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/shape.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/splashColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/splashColor.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/textColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/textColor.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/textTheme.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/textTheme.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/toString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/toString.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxRaisedButton/toStringShort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxRaisedButton/toStringShort.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner-class.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/RxSpinner.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/RxSpinner.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/backgroundColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/backgroundColor.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/build.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/build.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/busyEvents.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/busyEvents.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/createElement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/createElement.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/debugDescribeChildren.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/debugDescribeChildren.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/debugFillProperties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/debugFillProperties.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/hashCode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/hashCode.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/key.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/key.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/noSuchMethod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/noSuchMethod.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/normal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/normal.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/operator_equals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/operator_equals.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/platform.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/platform.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/radius.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/radius.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/runtimeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/runtimeType.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/strokeWidth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/strokeWidth.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/toDiagnosticsNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/toDiagnosticsNode.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/toString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/toString.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/toStringDeep.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/toStringDeep.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/toStringShallow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/toStringShallow.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/toStringShort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/toStringShort.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/value.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/value.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxSpinner/valueColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxSpinner/valueColor.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText-class.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/RxText.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/RxText.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/build.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/build.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/createElement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/createElement.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/debugFillProperties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/debugFillProperties.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/hashCode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/hashCode.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/key.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/key.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/locale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/locale.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/maxLines.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/maxLines.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/noSuchMethod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/noSuchMethod.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/operator_equals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/operator_equals.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/overflow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/overflow.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/runtimeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/runtimeType.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/semanticsLabel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/semanticsLabel.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/softWrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/softWrap.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/stream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/stream.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/style.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/style.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/textAlign.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/textAlign.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/textDirection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/textDirection.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/textScaleFactor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/textScaleFactor.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/textSpan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/textSpan.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/toString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/toString.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/RxText/toStringShort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/RxText/toStringShort.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector-class.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/WidgetBuilderSelector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/WidgetBuilderSelector.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/build.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/build.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/buildEvents.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/buildEvents.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/createElement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/createElement.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/debugDescribeChildren.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/debugDescribeChildren.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/debugFillProperties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/debugFillProperties.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/hashCode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/hashCode.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/key.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/key.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/noSuchMethod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/noSuchMethod.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/onFalse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/onFalse.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/onTrue.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/onTrue.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/operator_equals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/operator_equals.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/runtimeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/runtimeType.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/toDiagnosticsNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/toDiagnosticsNode.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/toString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/toString.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/toStringDeep.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/toStringDeep.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/toStringShallow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/toStringShallow.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetBuilderSelector/toStringShort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetBuilderSelector/toStringShort.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector-class.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/WidgetSelector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/WidgetSelector.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/build.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/build.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/buildEvents.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/buildEvents.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/createElement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/createElement.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/debugDescribeChildren.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/debugDescribeChildren.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/debugFillProperties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/debugFillProperties.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/hashCode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/hashCode.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/key.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/key.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/noSuchMethod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/noSuchMethod.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/onFalse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/onFalse.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/onTrue.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/onTrue.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/operator_equals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/operator_equals.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/runtimeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/runtimeType.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/toDiagnosticsNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/toDiagnosticsNode.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/toString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/toString.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/toStringDeep.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/toStringDeep.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/toStringShallow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/toStringShallow.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/WidgetSelector/toStringShort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/WidgetSelector/toStringShort.html -------------------------------------------------------------------------------- /doc/api/rx_widgets/rx_widgets-library.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/rx_widgets/rx_widgets-library.html -------------------------------------------------------------------------------- /doc/api/static-assets/URI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/static-assets/URI.js -------------------------------------------------------------------------------- /doc/api/static-assets/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/static-assets/css/bootstrap.css -------------------------------------------------------------------------------- /doc/api/static-assets/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/static-assets/css/bootstrap.css.map -------------------------------------------------------------------------------- /doc/api/static-assets/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/static-assets/css/bootstrap.min.css -------------------------------------------------------------------------------- /doc/api/static-assets/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/static-assets/favicon.png -------------------------------------------------------------------------------- /doc/api/static-assets/github.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/static-assets/github.css -------------------------------------------------------------------------------- /doc/api/static-assets/highlight.pack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/static-assets/highlight.pack.js -------------------------------------------------------------------------------- /doc/api/static-assets/play_button.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/static-assets/play_button.svg -------------------------------------------------------------------------------- /doc/api/static-assets/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/static-assets/readme.md -------------------------------------------------------------------------------- /doc/api/static-assets/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/static-assets/script.js -------------------------------------------------------------------------------- /doc/api/static-assets/sdk_footer_text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/static-assets/sdk_footer_text.html -------------------------------------------------------------------------------- /doc/api/static-assets/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/static-assets/styles.css -------------------------------------------------------------------------------- /doc/api/static-assets/typeahead.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/doc/api/static-assets/typeahead.bundle.min.js -------------------------------------------------------------------------------- /example/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/.gitignore -------------------------------------------------------------------------------- /example/.metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/.metadata -------------------------------------------------------------------------------- /example/analysis_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/analysis_options.yaml -------------------------------------------------------------------------------- /example/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/.gitignore -------------------------------------------------------------------------------- /example/android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/app/build.gradle -------------------------------------------------------------------------------- /example/android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /example/android/app/src/main/java/com/example/flutterweatherdemo/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/app/src/main/java/com/example/flutterweatherdemo/MainActivity.java -------------------------------------------------------------------------------- /example/android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/app/src/main/res/drawable/launch_background.xml -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /example/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/build.gradle -------------------------------------------------------------------------------- /example/android/gradle.properties: -------------------------------------------------------------------------------- 1 | org.gradle.jvmargs=-Xmx1536M 2 | -------------------------------------------------------------------------------- /example/android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /example/android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /example/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/gradlew -------------------------------------------------------------------------------- /example/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/gradlew.bat -------------------------------------------------------------------------------- /example/android/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/android/settings.gradle -------------------------------------------------------------------------------- /example/fonts/WeatherIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/fonts/WeatherIcons.ttf -------------------------------------------------------------------------------- /example/fonts/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/fonts/config.json -------------------------------------------------------------------------------- /example/ios/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/.gitignore -------------------------------------------------------------------------------- /example/ios/Flutter/AppFrameworkInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Flutter/AppFrameworkInfo.plist -------------------------------------------------------------------------------- /example/ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /example/ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /example/ios/Runner.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme -------------------------------------------------------------------------------- /example/ios/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /example/ios/Runner/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/AppDelegate.h -------------------------------------------------------------------------------- /example/ios/Runner/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/AppDelegate.m -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md -------------------------------------------------------------------------------- /example/ios/Runner/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /example/ios/Runner/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /example/ios/Runner/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/Info.plist -------------------------------------------------------------------------------- /example/ios/Runner/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/ios/Runner/main.m -------------------------------------------------------------------------------- /example/lib/homepage/home_page.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/lib/homepage/home_page.dart -------------------------------------------------------------------------------- /example/lib/homepage/homepage_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/lib/homepage/homepage_model.dart -------------------------------------------------------------------------------- /example/lib/homepage/weather_list_view.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/lib/homepage/weather_list_view.dart -------------------------------------------------------------------------------- /example/lib/keys.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/lib/keys.dart -------------------------------------------------------------------------------- /example/lib/main.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/lib/main.dart -------------------------------------------------------------------------------- /example/lib/model_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/lib/model_provider.dart -------------------------------------------------------------------------------- /example/lib/service/json/weather_in_cities.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/lib/service/json/weather_in_cities.dart -------------------------------------------------------------------------------- /example/lib/service/json/weather_in_cities.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/lib/service/json/weather_in_cities.g.dart -------------------------------------------------------------------------------- /example/lib/service/weather_entry.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/lib/service/weather_entry.dart -------------------------------------------------------------------------------- /example/lib/service/weather_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/lib/service/weather_service.dart -------------------------------------------------------------------------------- /example/lib/weather_icons.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/lib/weather_icons.dart -------------------------------------------------------------------------------- /example/pubspec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/pubspec.yaml -------------------------------------------------------------------------------- /example/test/homepage_model_test.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/test/homepage_model_test.dart -------------------------------------------------------------------------------- /example/test/homepage_model_test.mocks.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/test/homepage_model_test.mocks.dart -------------------------------------------------------------------------------- /example/test/homepage_test.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/test/homepage_test.dart -------------------------------------------------------------------------------- /example/test/homepage_test.mocks.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/test/homepage_test.mocks.dart -------------------------------------------------------------------------------- /example/test/weather_service_test.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/test/weather_service_test.dart -------------------------------------------------------------------------------- /example/test/weather_service_test.mocks.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/example/test/weather_service_test.mocks.dart -------------------------------------------------------------------------------- /lib/rx_widgets.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/lib/rx_widgets.dart -------------------------------------------------------------------------------- /lib/src/builder_functions.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/lib/src/builder_functions.dart -------------------------------------------------------------------------------- /lib/src/reactive_base_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/lib/src/reactive_base_widget.dart -------------------------------------------------------------------------------- /lib/src/reactive_builder.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/lib/src/reactive_builder.dart -------------------------------------------------------------------------------- /lib/src/reactive_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/lib/src/reactive_widget.dart -------------------------------------------------------------------------------- /lib/src/rx_command_builder.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/lib/src/rx_command_builder.dart -------------------------------------------------------------------------------- /lib/src/rx_command_handler_mixin.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/lib/src/rx_command_handler_mixin.dart -------------------------------------------------------------------------------- /lib/src/rx_raised_button.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/lib/src/rx_raised_button.dart -------------------------------------------------------------------------------- /lib/src/rx_spinner.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/lib/src/rx_spinner.dart -------------------------------------------------------------------------------- /lib/src/rx_text.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/lib/src/rx_text.dart -------------------------------------------------------------------------------- /lib/src/widget_selector.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/lib/src/widget_selector.dart -------------------------------------------------------------------------------- /makedoc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/makedoc.bat -------------------------------------------------------------------------------- /pubspec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/pubspec.yaml -------------------------------------------------------------------------------- /rx_widgets.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/rx_widgets.iml -------------------------------------------------------------------------------- /test/reactive_builder_test.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/test/reactive_builder_test.dart -------------------------------------------------------------------------------- /test/reactive_text_test.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/test/reactive_text_test.dart -------------------------------------------------------------------------------- /test/selector_test.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/escamoteur/rx_widgets/HEAD/test/selector_test.dart --------------------------------------------------------------------------------