bimsina/Matinee-Flutter
이 앱은 검색하거나 브라우저에서 볼 수 있는 영화의 세부 정보를 표시합니다.
- Stars
- 289
- Forks
- 80
- 최근 푸시(UTC)
- 2025. 5. 31.
- 프로젝트 상태
- 활성
언어DartRubyHTMLShellObjective-CSwiftJavaKotlin
기술 주제
사용 중인 의존성
의존성 목록 7 개
- flutter
{"sdk":"flutter"} - cupertino_icons
1.0.8 - http
1.4.0 - carousel_slider
5.0.0 - shared_preferences
2.5.3 - provider
6.1.5 - flutter_test개발 의존성
{"sdk":"flutter"}
순위
원본 README
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
README 펼치기 / 접기
Movies App made in Flutter with api data from TMDB
This is an app that displays you details of movies that you can search for or browse.
Features :
- Fetch api data from TMDB asynchronously.
- Dynamic Theming using Provider
- Search Functionality
https://play.google.com/intl/en/badges/images/generic/en_badge_web_generic.png Screenshots:
| Screenshot 2 | Screenshot 1 | Screenshot 3 |
| Screenshot 1 | Screenshot 2 | Screenshot 3 |
To run this app
- Obtain api key from TMDB.
- Replace YOUR_API_KEY in api_constants.dart with your api key.
- Run the app with flutter run --release