2 questions from the last 7 days
0
votes
1
answer
35
views
How can I pass bloc to another screen in flutter [duplicate]
in main.dart
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: ...
0
votes
0
answers
8
views
Bloc plugin generates empty files often (Flutter)
Maybe anyone knows why the Bloc plugin in the Android Studio generates the empty files when you are creating the new templates?
I tried to invalidate caches, restart IDE, reinstall the bloc plugin.
...