Skip to content

Latest commit

 

History

History
 
 

30_days_of_Flutter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

WhatsApp Image 2024-05-31 at 23 46 36_aaea63b2

30 Days of Flutter 📱

Welcome to the 30 Days of Flutter project! This initiative is designed to help both beginners and experienced developers enhance their Flutter skills by completing a series of daily projects. Each day, a new project will be released, providing an opportunity to learn, create, and share your progress with the community.

Table of Contents 🔢

  • Introduction
  • Getting Started
  • Daily Projects
  • Code of Conduct
  • How to Contribute
  • Rules to Contribute
  • Resources

Introduction 🚀

The 30 Days of Flutter project is a community-driven initiative aimed at promoting learning and creativity using Flutter. Each day, a new project will be posted, ranging from simple UI components to more complex applications. Participants are encouraged to complete each project and share their results, experiences, and improvements.

Getting Started 🌟

To participate in the 30 Days of flutter, follow these steps:

  1. Clone the repository:
git clone https://github.com/yourusername/30-days-of-flutter.git
  1. Navigate to the project directory:
cd 30-days-of-flutter
  1. Start with Day 1 and follow the instructions provided in each daily project directory.

Code of Conduct ⚠️

We are committed to fostering a welcoming and inclusive environment. To ensure a positive experience for all participants, please adhere to the following guidelines:

  1. Be Respectful: Treat everyone with respect and kindness. No harassment, discrimination, or inappropriate behavior will be tolerated.
  2. Be Collaborative: Share your knowledge and help others. Constructive feedback and collaboration are encouraged.
  3. Be Patient: Understand that people have different levels of experience. Be patient and supportive when providing help or feedback.
  4. Be Responsible: Follow the project's rules and guidelines. Respect intellectual property and attribute work appropriately.

How to Contribute ✌️

Detailed Steps

  1. Open an Issue:
  • Go to the Issues section of the repository.
  • Click on "New Issue" and provide a detailed description of your proposed changes or additions.
  1. Wait for Approval:
  • Wait for feedback and approval from the project maintainers. Engage in the discussion if needed.
  1. Fork the Repository:
  • Click the "Fork" button at the top right corner of the repository page.
  • Clone your forked repository to your local machine:
  git clone https://github.com/yourusername/30-days-of-flutter.git
  1. Make Changes:
  • reate a new branch for your changes
  git checkout -b your-feature-branch
  • Make your changes and commit them with clear and concise messages:
  git add .
git commit -m "Description of the changes"
  1. Open a Pull Request:
  • ush your changes to your forked repository:
git push origin your-feature-branch
  • Go to the original repository and open a pull request. Provide a detailed description of your changes and link to the issue you opened.
  1. Wait for Merge:
  • Wait for the project maintainers to review your pull request. Be responsive to any feedback or requests for changes

Resources 💻

💫 Thank you for being a part of the 30 Days of Arduino! We look forward to seeing your amazing projects and contributions. Let's make something great together! 🌟