๐Ÿ“ฆ google-gemini / flutter-tabletop-character-sample

โ˜… 29 stars โ‘‚ 14 forks ๐Ÿ‘ 29 watching โš–๏ธ Apache License 2.0
๐Ÿ“ฅ Clone https://github.com/google-gemini/flutter-tabletop-character-sample.git
HTTPS git clone https://github.com/google-gemini/flutter-tabletop-character-sample.git
SSH git clone git@github.com:google-gemini/flutter-tabletop-character-sample.git
CLI gh repo clone google-gemini/flutter-tabletop-character-sample
Andrew Brogdon Andrew Brogdon Merge pull request #5 from ericwindmill/add-nix 7a281df 1 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .idx
๐Ÿ“ android
๐Ÿ“ assets
๐Ÿ“ lib
๐Ÿ“ test
๐Ÿ“„ .gitignore
๐Ÿ“„ .metadata
๐Ÿ“„ CONTRIBUTING.md
๐Ÿ“„ LICENSE
๐Ÿ“„ pubspec.lock
๐Ÿ“„ pubspec.yaml
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Flutter Tabletop Tome Sample

An open source sample for Flutter and Gemini that creates and displays profiles for non-player characters in role playing games based on a few simple inputs like "personality" and "background."

Getting Started

To use this sample, you'll need a Gemini API key. You can find instructions for generating one at https://ai.google.dev/.

Before running the project locally, recreate its platform-specific subprojects with this command:

flutter create --project-name character_creator .