Skip to content

Commit

Permalink
Separate rfw change
Browse files Browse the repository at this point in the history
  • Loading branch information
Piinks committed May 15, 2024
1 parent 8b68daa commit 09b9985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rfw/lib/src/flutter/material_widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import 'runtime.dart';
/// * Theming in general is not currently supported.
///
/// * Properties whose values are [Animation]s or based on
/// [WidgetStateProperty] are not supported.
/// [MaterialStateProperty] are not supported.
///
/// * Features related to focus or configuring mouse support are not
/// implemented.
Expand All @@ -94,7 +94,7 @@ import 'runtime.dart';
///
/// In general, the trend will all of these unsupported features is that this
/// library doesn't support features that can't be trivially expressed using the
/// JSON-like structures of RFW. For example, [WidgetStateProperty] is
/// JSON-like structures of RFW. For example, [MaterialStateProperty] is
/// designed to be used with code to select the values, which doesn't work well
/// in the RFW structure.
LocalWidgetLibrary createMaterialWidgets() => LocalWidgetLibrary(_materialWidgetsDefinitions);
Expand Down

0 comments on commit 09b9985

Please sign in to comment.