Files
UUVPN/flutter/lib/utils/strings.dart
T
2023-06-25 11:50:55 +08:00

24 lines
741 B
Dart

const welcomeText = 'Welcome';
const welcomeContent = '';
const getStarted = 'Get Started';
const topMovies = 'Top Movies';
const entering = 'entering';
const choseFavoriteGenre =
'Choose your interests and get the best movie recommendations. Don\'t worry, you can always change it later.';
const skip = 'Skip';
const continui = 'Continue';
const seeAll = 'See all';
const populars = 'Popular';
const topRated = 'Top rated movies';
const home = 'Home';
const explore = 'Explore';
const myList = 'My List';
const profile = 'Profile';
const movies = 'Movies';
const tryAgain = 'Try again';
const errorMessage = 'Something went wrong!';
const emptyMessage = 'Your List is Empty';
const play = 'Play';
const releaseDate = 'Release date: ';