Skip to content

Commit

Permalink
fix BlocProvider copyWith() (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
anatter authored and felangel committed Jun 26, 2019
1 parent 66fcfa0 commit d9c31e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/flutter_bloc/lib/src/bloc_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class BlocProvider<T extends Bloc<dynamic, dynamic>> extends StatefulWidget
key: key,
builder: builder,
child: child,
dispose: dispose,
);
}
}
Expand Down

0 comments on commit d9c31e0

Please sign in to comment.