after clone repository and opening folder with vs code or android studio i cant run samples and trace code to learn
Hi @MahdiPishguy 馃憢
Thanks for opening an issue!
Can you be more specific about how you are running the samples and what error you are seeing? Thanks 馃檹
@felangel i clone your git from this link as https://github.com/felangel/bloc.git from Android Studio, after finish that i get download Dart SDK message on top of android studio screen
on Run/Debug Configuration and Dart endpoit this location which file from samples folder which location i should be set? i set E:\Projects\Flutter\bloc_samples\examples\flutter_login\lib\main.dart and i expect to tun project, but nothing change,
i'm sorry for my english
You probably need to open the specific example project in android studio instead of the top level project. Otherwise I would recommend just opening a terminal, changing directories into the specific example you want to run, and then running flutter run. Hope that helps 馃憤
@felangel thanks
@felangel can i ask some other question about Bloc implementation as issue?
thanks in advance
Most helpful comment
@felangel thanks