Skip to main content
Filter by
Sorted by
Tagged with
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: ...
Dat Minh's user avatar
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. ...
KiriLL Sabko's user avatar