An app that provides a unique and friendly user experience, gives the users the ability to interact with movies tailored to their personal preference.
A dart file with your specific Api key and token is required, this will not be included in the project file as it will be specific for each user.
-
A dart file for storing key and token data inside of the network directory
- e.g api_key.dart
-
Example of this class is shown below:
class ApiKeyToken {
final key = "Your key here";
final token = "Your token here";
}
- Flutter / Dart
- TMDB API
All parties contributed in the software development process of the application
- Corey
- Kevin
- Shaun
- Noah