Skip to main content

Welcome to Trello App Documentation

Learn how to organize your work, collaborate with your team, and track tasks efficiently with our Flutter-based task management application.

Get started in minutes

Follow these steps to set up Trello App and create your first team

1

Install the application

Download and install Trello App on your preferred platform. The app supports iOS, Android, Web, and Desktop platforms.
Flutter CLI
flutter pub get
flutter run
2

Create your account

Sign up using your email address or Google account. Your profile information and preferences will be securely stored in Firebase.
Make sure you have a valid email address for account verification and password recovery.
3

Set up your first team

Create a team, invite members, and start organizing your tasks. Teams allow you to collaborate with others and assign tasks efficiently.
Team Creation
await TeamService().createTeam('My Awesome Team');
4

Start managing tasks

Add tasks to your team, assign them to members, set deadlines, and track progress with status updates.
Use color-coded teams and task statuses to quickly identify priorities at a glance.

Explore by topic

Dive into specific features and learn how to make the most of Trello App

Authentication

Secure user authentication with email/password and Google Sign-In integration

Team Management

Create teams, invite members, and manage collaboration across your organization

Task Management

Create, assign, and track tasks with status updates and deadlines

User Profiles

Customize your profile with photos and personal information

Learn how to use Trello App

Step-by-step guides for common workflows and tasks

Creating Teams

Set up teams for your projects and invite collaborators

Managing Tasks

Create, edit, and organize tasks effectively

Assigning Members

Assign tasks to team members and track responsibility

Notifications

Stay updated with task notifications and reminders

Firebase Setup

Configure Firebase for authentication and storage

Google Sign-In

Enable Google authentication for your users

Developer resources

Explore the API reference and technical documentation

API Reference

Complete API documentation for all services, models, and screens

Source Code

View the complete source code on GitHub

Ready to get started?

Install Trello App today and start organizing your tasks with your team

Start Building