Built with the tools and technologies:
- π Table of Contents
- π Overview
- πΎ Features
- π Project Structure
- π Getting Started
- π° Contributing
- π Acknowledgments
This project is an application tcg pokemon that lets the user open packs of 5 cards and view the collected cards in a collection
βββ flutter-project-r411/
βββ README.md
βββ analysis_options.yaml
βββ android
β βββ .gitignore
β βββ app
β β βββ build.gradle
β β βββ src
β β βββ debug
β β βββ main
β β βββ profile
β βββ build.gradle
β βββ gradle
β β βββ wrapper
β β βββ gradle-wrapper.properties
β βββ gradle.properties
β βββ settings.gradle
βββ images
β βββ backgrounds
β β βββ background_game_menu_pack.jpg
β β βββ background_screen_title.jpg
β βββ banners
β β βββ banner_pack_charizard.jpg
β β βββ banner_pack_mew.jpg
β β βββ banner_pack_pickachu.jpg
β βββ images_cards
β β βββ Bulbizard.png
β β βββ Charizard.png
β β βββ Mewtwo.png
β β βββ Pickachu.png
β β βββ Ratata.png
β βββ types
β βββ Bug.png
β βββ Dark.png
β βββ Dragon.png
β βββ Electric.png
β βββ Fairy.png
β βββ Fighting.png
β βββ Fire.png
β βββ Flying.png
β βββ Ghost.png
β βββ Grass.png
β βββ Ground.png
β βββ Ice.png
β βββ Normal.png
β βββ Poison.png
β βββ Psychic.png
β βββ Rock.png
β βββ Steel.png
β βββ Water.png
βββ ios
β βββ .gitignore
β βββ Flutter
β β βββ AppFrameworkInfo.plist
β β βββ Debug.xcconfig
β β βββ Release.xcconfig
β βββ Runner
β β βββ AppDelegate.swift
β β βββ Assets.xcassets
β β β βββ AppIcon.appiconset
β β β βββ LaunchImage.imageset
β β βββ Base.lproj
β β β βββ LaunchScreen.storyboard
β β β βββ Main.storyboard
β β βββ Info.plist
β β βββ Runner-Bridging-Header.h
β βββ Runner.xcodeproj
β β βββ project.pbxproj
β β βββ project.xcworkspace
β β β βββ contents.xcworkspacedata
β β β βββ xcshareddata
β β βββ xcshareddata
β β βββ xcschemes
β βββ Runner.xcworkspace
β β βββ contents.xcworkspacedata
β β βββ xcshareddata
β β βββ IDEWorkspaceChecks.plist
β β βββ WorkspaceSettings.xcsettings
β βββ RunnerTests
β βββ RunnerTests.swift
βββ lib
β βββ api
β β βββ api_helper.dart
β β βββ dio_provider.dart
β βββ app_const.dart
β βββ data
β β βββ nb_cards_data.dart
β β βββ pokemon_data.dart
β βββ database
β β βββ attack
β β β βββ attack_data.dart
β β β βββ attack_data.g.dart
β β β βββ attack_database_interraction.dart
β β βββ database_service.dart
β β βββ pokemon_database
β β β βββ pokemon_data.dart
β β β βββ pokemon_data.g.dart
β β β βββ pokemon_database_interraction.dart
β β βββ type_image
β β βββ type_database_interraction.dart
β β βββ type_image_data.dart
β β βββ type_image_data.g.dart
β βββ home_page.dart
β βββ main.dart
β βββ store
β β βββ collection_store.dart
β β βββ deck_store.dart
β β βββ pokemon_store.dart
β βββ widgets
β βββ background.dart
β βββ button.dart
β βββ card_pack.dart
β βββ collection_page.dart
β βββ drawn_cards_page.dart
β βββ image_card_pokemon.dart
β βββ pokemon_card.dart
βββ linux
β βββ .gitignore
β βββ CMakeLists.txt
β βββ flutter
β β βββ CMakeLists.txt
β β βββ generated_plugin_registrant.cc
β β βββ generated_plugin_registrant.h
β β βββ generated_plugins.cmake
β βββ runner
β βββ CMakeLists.txt
β βββ main.cc
β βββ my_application.cc
β βββ my_application.h
βββ macos
β βββ .gitignore
β βββ Flutter
β β βββ Flutter-Debug.xcconfig
β β βββ Flutter-Release.xcconfig
β β βββ GeneratedPluginRegistrant.swift
β βββ Runner
β β βββ AppDelegate.swift
β β βββ Assets.xcassets
β β β βββ AppIcon.appiconset
β β βββ Base.lproj
β β β βββ MainMenu.xib
β β βββ Configs
β β β βββ AppInfo.xcconfig
β β β βββ Debug.xcconfig
β β β βββ Release.xcconfig
β β β βββ Warnings.xcconfig
β β βββ DebugProfile.entitlements
β β βββ Info.plist
β β βββ MainFlutterWindow.swift
β β βββ Release.entitlements
β βββ Runner.xcodeproj
β β βββ project.pbxproj
β β βββ project.xcworkspace
β β β βββ xcshareddata
β β βββ xcshareddata
β β βββ xcschemes
β βββ Runner.xcworkspace
β β βββ contents.xcworkspacedata
β β βββ xcshareddata
β β βββ IDEWorkspaceChecks.plist
β βββ RunnerTests
β βββ RunnerTests.swift
βββ pubspec.lock
βββ pubspec.yaml
βββ test
β βββ widget_test.dart
βββ web
β βββ favicon.png
β βββ icons
β β βββ Icon-192.png
β β βββ Icon-512.png
β β βββ Icon-maskable-192.png
β β βββ Icon-maskable-512.png
β βββ index.html
β βββ manifest.json
βββ windows
βββ .gitignore
βββ CMakeLists.txt
βββ flutter
β βββ CMakeLists.txt
β βββ generated_plugin_registrant.cc
β βββ generated_plugin_registrant.h
β βββ generated_plugins.cmake
βββ runner
βββ CMakeLists.txt
βββ Runner.rc
βββ flutter_window.cpp
βββ flutter_window.h
βββ main.cpp
βββ resource.h
βββ resources
β βββ app_icon.ico
βββ runner.exe.manifest
βββ utils.cpp
βββ utils.h
βββ win32_window.cpp
βββ win32_window.hFLUTTER-PROJECT-R411/
__root__
analysis_options.yaml pubspec.yaml
ios
Runner.xcworkspace
contents.xcworkspacedata xcshareddata
WorkspaceSettings.xcsettings IDEWorkspaceChecks.plist Runner.xcodeproj
project.pbxproj xcshareddata
xcschemes
Runner.xcscheme project.xcworkspace
contents.xcworkspacedata xcshareddata
WorkspaceSettings.xcsettings IDEWorkspaceChecks.plist RunnerTests
RunnerTests.swift Runner
Runner-Bridging-Header.h AppDelegate.swift Info.plist Assets.xcassets
LaunchImage.imageset
Contents.json AppIcon.appiconset
Contents.json Base.lproj
Main.storyboard LaunchScreen.storyboard
lib
app_const.dart main.dart home_page.dart
android
build.gradle settings.gradle app
build.gradle src
main
java
kinator
fr
flutter_project_r411
MainActivity.java
windows
CMakeLists.txt flutter
CMakeLists.txt generated_plugin_registrant.cc generated_plugin_registrant.h generated_plugins.cmake runner
flutter_window.h < href='https://github.com/Fydyr/flutter-project-r411/blob/master/windows/runner/win32_window.cpp'>win32_window.cpp utils.h resource.h Runner.rc CMakeLists.txt flutter_window.cpp win32_window.h runner.exe.manifest main.cpp utils.cpp
test
widget_test.dart
macos
Runner.xcworkspace
contents.xcworkspacedata xcshareddata
IDEWorkspaceChecks.plist Runner.xcodeproj
project.pbxproj xcshareddata
xcschemes
Runner.xcscheme project.xcworkspace
xcshareddata
IDEWorkspaceChecks.plist RunnerTests
RunnerTests.swift Runner
DebugProfile.entitlements AppDelegate.swift Info.plist MainFlutterWindow.swift Release.entitlements Assets.xcassets
AppIcon.appiconset
Contents.json Base.lproj
MainMenu.xib
Before getting started with flutter-project-r411, ensure your runtime environment meets the following requirements:
- Programming Language: Dart
Install flutter-project-r411 using one of the following methods:
Build from source:
- Clone the flutter-project-r411 repository:
β― git clone https://github.com/Fydyr/flutter-project-r411- Navigate to the project directory:
β― cd flutter-project-r411- Install the project dependencies:
β― pub getRun flutter-project-r411 using the following command:
Using pub Β
β― dart {entrypoint}- π¬ Join the Discussions: Share your insights, provide feedback, or ask questions.
- π Report Issues: Submit bugs found or log feature requests for the
flutter-project-r411project. - π‘ Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/Fydyr/flutter-project-r411
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.' - Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
- List any resources, contributors, inspiration, etc. here.
List of Api use :
For the application to work, contact Julien (kinatorrexrusse) on discord