Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.1: Create Flutter Project & Configure Development Environment (Frontend & Backend Placeholder) #1

Open
amruthvvkp opened this issue Apr 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@amruthvvkp
Copy link
Owner

amruthvvkp commented Apr 22, 2024

Description

This is the initial setup phase for Teju's Studio mobile application. We will establish the foundation for both the Flutter frontend and the future FastAPI backend integration.

Tasks

Flutter Project Setup:

  • Create a new Flutter project for Teju's Studio mobile app.
  • Install and configure the Flutter SDK with any necessary plugins for core functionalities.
  • Define the project structure with clear folder organization for efficient code management.
  • Development Environment Configuration:
  • Set up version control with Git and create a new repository on GitHub.
  • Ensure you have the necessary development tools installed (e.g., code editor, terminal emulator).
  • Configure your development environment for running and debugging Flutter applications.
  • Placeholder for FastAPI Backend:
  • In the project structure, create a dedicated folder (e.g., backend_placeholder) to serve as a placeholder for the future FastAPI backend integration.
  • This folder can hold initial documentation outlining the planned API endpoints and data models for the backend (optional).

Acceptance Criteria

  • A new Flutter project is created and configured successfully.
  • The development environment is set up for running and debugging Flutter apps.
  • A version control system with a GitHub repository is established.
  • A placeholder folder (optional) exists for the future FastAPI backend integration, with basic documentation outlining the planned functionalities (optional).

Additional Notes

  • Consider running flutter doctor to identify any missing dependencies or configuration issues.
  • Refer to the official Flutter documentation for detailed setup instructions: https://docs.flutter.dev/get-started/install
  • Document any challenges or decisions made during this initial setup phase.
@amruthvvkp amruthvvkp changed the title 1.1: Create a new Flutter project and configure the development environment 1.1.1: Create a new Flutter project and configure the development environment Apr 22, 2024
@amruthvvkp amruthvvkp changed the title 1.1.1: Create a new Flutter project and configure the development environment 1.1.1: Create Flutter Project & Configure Development Environment (Frontend & Backend Placeholder) Apr 22, 2024
@amruthvvkp amruthvvkp added the enhancement New feature or request label Apr 22, 2024
@amruthvvkp amruthvvkp self-assigned this Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant