mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 19:47:47 +08:00
feat: download tmdb img & change name_cn
This commit is contained in:
@@ -36,7 +36,7 @@ class WelcomePage extends ConsumerWidget {
|
||||
children: <Widget>[
|
||||
Flexible(
|
||||
child: Image.network(
|
||||
APIs.tmdbImgBaseUrl + item.posterPath!,
|
||||
"${APIs.imagesUrl}/${item.id}/poster.jpg" ,
|
||||
fit: BoxFit.contain,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user