Marvel Universe - An application that introduces characters from marvel universe using marvel api
Marvel Universe
Marvel Universe is an application that introduces characters from marvel universe using marvel api.
Built With
Screenshots
Project Structure
├── android ├── assets │ ├── images │ └── translations ├── ios ├── lib │ ├── controller │ ├── core │ │ ├── constants │ │ ├── extensions │ │ ├── helper │ │ ├── theme │ │ └── utilities │ ├── cubit │ ├── model │ ├── view │ │ ├── not_found │ │ └── home │ │ ├── character_detail │ │ └── characters │ ├── main.dart │ ├── splash_view.dart ├── pubspec.lock └── pubspec.yaml
Packages
- Default Package
- Network Package
- State Management Package
- Presentation Packages
- Localization Package
Design Pattern
The design pattern of the project is MVC.
Descriptions Of Project Files
assets/ :
This folder is the folder where the asset files of the project are located.
assets/images/ :
This folder is the folder where the image files of the project are located.
assets/translations/ :
This file is the file containing the translations files of the project.
lib/ :
It’s the section where the source code of the project is located.
lib/controller/ :
It’s the section that controls the business processes of the project.
core/ :
It’s the section where the core folders of the project are located.
core/constants/ :
It’s the section where the constants of the project are located.
core/theme/ :
It’s the section where the theme of the project is located.
core/utilities/ :
It’s the section where the custom widgets used throughout the project are located.
cubit/ :
It’s the section where the state management of the project is located.
model :
It’s the project section where the models of the data coming from the Marvel API are located.
data/service :
It’s the part that communicates with the Marvel API.
presentation/ :
It’s the presentation layer of the project.
License
MIT License Copyright (c) 2022 MERT GÜVEN 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.
Contact
- Mert Güven – mertguven.com – mertguven789@gmail.com