the_movie_app_open_source icon indicating copy to clipboard operation
the_movie_app_open_source copied to clipboard

🎬 an app that lists movies in theaters and that will be released, and their respective actors using the api of the movie database, made with Flutter using Modular and MobX

Results 2 the_movie_app_open_source issues
Sort by recently updated
recently updated
newest added

list_actors_widget.dart CachedNetworkImage( imageUrl: Constants.baseUrlBackdropImg + **(widget.actors[index].profilePath ?? "null"),** height: 180, width: 120, fit: BoxFit.fill, **errorWidget: (context, url, error) => Icon(Icons.error),** ), Positioned( top: 150, child: Container( width: 120, child: Text(...