use navigation rail instead of listview

This commit is contained in:
Simon Ding
2024-07-04 19:37:28 +08:00
parent be96f7f000
commit e19a0315d5
4 changed files with 52 additions and 36 deletions

View File

@@ -1,4 +1,6 @@
class APIs {
static const _baseUrl = "http://127.0.0.1:8080";
static const searchUrl = "$_baseUrl/api/v1/tv/search";
static const tmdbImgBaseUrl = "https://image.tmdb.org/t/p/w500/";
}