Skip to content

Commit

Permalink
Deprecate UiPropsMapView
Browse files Browse the repository at this point in the history
  • Loading branch information
joebingham-wk committed Oct 15, 2020
1 parent ec43447 commit 88e20b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/src/util/react_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ import 'package:react/react_client.dart';
/// A `MapView` helper that stubs in unimplemented pieces of [UiProps].
///
/// Useful when you need a `MapView` for a `PropsMixin` that implements [UiProps].
///
/// DEPRECATED: Use new boilerplate mixin pattern instead (see the New Boilerplate Migration
/// Guide for more information).
@Deprecated('This pattern is deprecated in favor of the mixin props mixin pattern. See the New Boilerplate Migration guide for more information.')
class UiPropsMapView extends MapView
with
ReactPropsMixin,
Expand Down

0 comments on commit 88e20b7

Please sign in to comment.