Shushan8 / flutter_todo

0 stars 0 forks source link

Bloc exports #3

Open TigranH13 opened 1 month ago

TigranH13 commented 1 month ago

why you write bloc export?

Shushan8 commented 2 weeks ago

A bloc exports file centralizes the exports of all necessary BLoC files in one place. Using an exports file makes the import statements in your code shorter and cleaner. If the path of any BLoC file changes or if a file is moved, you only need to update the exports file, and all imports will be automatically updated.