Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sothulthorn/flutter-rpg
The RPG Character Creator is a mobile application built using Flutter, allowing users to create and manage unique characters for RPG games.
https://github.com/sothulthorn/flutter-rpg
dart firebase flutter
Last synced: about 1 month ago
JSON representation
The RPG Character Creator is a mobile application built using Flutter, allowing users to create and manage unique characters for RPG games.
- Host: GitHub
- URL: https://github.com/sothulthorn/flutter-rpg
- Owner: sothulthorn
- Created: 2024-09-16T02:19:55.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T14:22:50.000Z (2 months ago)
- Last Synced: 2024-10-02T14:41:34.141Z (about 2 months ago)
- Topics: dart, firebase, flutter
- Language: Dart
- Homepage:
- Size: 19.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPG Character Creator
The **RPG Character Creator** is a mobile application built using Flutter, allowing users to create and manage unique characters for RPG games. The app lets users define their characters' names, slogans, and skills, view key stats, and toggle their favorite status. Firebase integration provides a seamless backend for creating, updating, deleting, and storing character data in real-time.
## Features
- **Character Creation**: Users can create characters with a name, slogan, and choose from a list of available skills.
- **Character Stats**: View stats such as health, attack, defense and skill.
- **CRUD Functionality**: Connected to Firebase, users can:
- Create a new character.
- Update existing character details.
- Delete characters.
- **Favorites Toggle**: Mark characters as favorites and filter them in the character list.
- **Firebase Integration**: All character data is stored and managed using Firebase's real-time database.## Application Overview