Skip to content

Commit

Permalink
Remove @Sealed for now
Browse files Browse the repository at this point in the history
It is incompatible with the current version of Flutter (which only supports pkg:meta <= 1.6.0).
  • Loading branch information
filiph committed Jul 19, 2019
1 parent 86249df commit 49c7e86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edgehead/lib/fractal_stories/action.dart
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,8 @@ abstract class ItemAction extends Action<Item> {
///
/// An `Action<Nothing>` is an action that does not need an object to be
/// performed.
@sealed
///
/// TODO: annotate with @sealed once it's in flutter-compatible package:meta
class Nothing {
/// Removes the default constructor of [Nothing], making it impossible
/// to ever instantiate. This is what we want, because [Nothing] is
Expand Down

0 comments on commit 49c7e86

Please sign in to comment.