Skip to content

FluMovie is a simple Flutter project well structured which trying to implement some functionality from TMDB api. Im trying to focus in this project feature-based DDD architecture and testability.

License

Notifications You must be signed in to change notification settings

SamedHrmn/flumovie

Repository files navigation

FluMovie - Feature Based DDD Flutter Project

mordor

FluMovie is a simple Flutter project well structured which trying to implement some functionality from TMDB api. Im trying to focus in this project feature-based DDD architecture and testability.

Features

🎯 Onboarding , asking nickname and avatar selection
🎯 Popular movies and details
🎯 Upcoming movies and details
🎯 Adding favorite movies from its detail
🎯 Search movies by titles
🎯 Display favorite movies, favorites count, nickname and avatar at Profile
🎯 Localization between TR,EN

Version

Flutter 3.10.6 • Dart 3.0.6 • DevTools 2.23.1

Screenshots

Contributing to FluMovie

Thank you for your interest in contributing to FluMovie 🎈.

How to Contribute

  1. Fork the repository on GitHub.
  2. Clone your forked repository locally.
  3. Create a new branch for your changes:
    git checkout -b feature/your-feature-name
    
  4. Make your changes and improvements.
  5. Test your changes thoroughly.
  6. Commit your changes with descriptive commit messages:
    git commit -m "Add your meaningful commit message here"
  7. Push your changes to your forked repository:
    git push origin feature/your-feature-name
  8. Create a Pull Request (PR):
    • Go to the original repository and create a new PR from your forked repository's branch.
    • Provide a clear and descriptive title for your PR.
    • In the description, provide details about what your PR addresses and any relevant context.
    • Wait for reviewers to review your PR and address any feedback.

Coding Guidelines

💡 Use meaningful variable, function, and class names.
💡 Include comments where necessary to explain complex logic or decisions.

Reporting Bugs

If you encounter any bugs, please help me by providing detailed information:

  • A clear and descriptive title.
  • Steps to reproduce the issue.
  • Expected behavior and actual behavior.
  • Any relevant logs or error messages.

Licence

MIT License

Copyright (c) 2023 SamedHrmn

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

FluMovie is a simple Flutter project well structured which trying to implement some functionality from TMDB api. Im trying to focus in this project feature-based DDD architecture and testability.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published