# Flutter Boilerplate Docs

## Flutter Boilerplate Docs

- [Step By Step](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/getting-startet/step-by-step.md): How to get the template running and start buildign your individual app from it.
- [Preparation for the App and PlayStore](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/getting-startet/preparation-for-the-app-and-playstore.md): How to make the app ready for upload to the AppStore and PlayStore
- [Code structure](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/getting-startet/code-structure.md): The folder structure of the code and the separation between UI, Data and Business Logic
- [Help & FAQ](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/getting-startet/help-and-faq.md)
- [Themes](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/themes.md): How to change the themes of the app
- [Routing](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/routing.md): Navigation between routes using named routes.
- [Authentication](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/authentication.md): How to setup the user authentication with Firebase Auth
- [Deimplement Authentication](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/authentication/deimplement-authentication.md)
- [Database](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/database.md)
- [Storage](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/storage.md)
- [Components](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/components.md): More information about more complex components can be found in this chapter.
- [Newsletter](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/components/newsletter.md)
- [Gemini](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/components/gemini.md)
- [Provider](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/provider.md)
- [Localization](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/localization.md): Manage translations with the l10n package.
- [AI](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/ai.md)
- [Gemini (Google)](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/ai/gemini-google.md)
- [Maps](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/maps.md): Google Maps integration
