Skip to content

Latest commit

 

History

History
199 lines (113 loc) · 4.26 KB

flutter_evaluation.md

File metadata and controls

199 lines (113 loc) · 4.26 KB

Project Name: Flutter

Evaluating Person or Team: Q***uang @quangio ---

Project Data

  1. Project description: Cross-platform UI toolkit

  2. Project website/homepage: https://www.flutter.dev/

  3. Project repository: https://github.com/flutter/flutter

License

  1. What is the project's license? BSD-3

Code Base

  1. What is the primary programming language in the project?

    Dart, C++

  2. What is the development environment?

    Any

  3. Are there instructions for how to download, build, and install? How easy is it to find them? Do they seem easy (relatively speaking) to follow?

    Very detailed and easy to follow

  4. Does the project depend on external additional software modules such as database, graphics, web development, or other libraries? If so, are there clear instructions on how to install those?

    Built-in script will automatically do everything for you

  5. Is the code easy to understand? Browse some source code files and make a judgment based on your random sample.

    Yes

  6. Is this a big project? If you can, find out about how many lines of code are in it, perhaps on OpenHub.

    ~1.9M LoC. Massive project.

  7. Does the repository have tests? If so, are the code contributors expected to write tests for newly added code?

    Yes. But not a requirement for contributors.

Code and Design Documentation

  1. Is there clear documentation in the code itself?

    Yes

  2. Is there documentation about the design?

    Yes

Activity Level

  1. How many commits have been made in the past week?

    ~92 + 97

  2. When was the most recent commit?

    1 hour ago (yes, project is active)

  3. How many issues are currently open?

    5000+

  4. How long do issues stay open?

    Depend. Doing the sampling thing will give you a few hours.

  5. Read the conversations from some open and some closed issues. Is there active discussion on the issues?

    There are lots of comment bubbles

  6. Are issues tagged as easy, hard, for beginners, etc.?

    No

  7. How many issues were closed in the past six months?

    ~8800

  8. Is there information about how many people are maintaining the project?

    A lot.

  9. How many contributors has the project had in the past six months?

    Around 70

  10. How many open pull requests are there?

    A lot (108 open + 18000 close)

  11. Do pull requests remain un-answered for a long time?

    No. They are merged quite quickly.

  12. Read the conversations from some open and some closed pull requests. Is there active discussion on the pull requests?

    Yes. There are bubbles.

  13. How many pull requests were opened within the past six months?

    Around 4000.

  14. When was the last pull request merged?

    Yesterday.

Welcomeness and Community

  1. Is there a CONTRIBUTING document? If so, how easy to read and understand is it? Look through it and see if it is clear and thorough.

    Yes. Easy to read.

  2. Is there a CODE OF CONDUCT document? Does it have consequences for acts that violate it?

    Yes.

  3. Do the maintainers respond helpfully to questions in issues? Are responses generally constructive? Read the issue conversations.

    Yes.

  4. Are people friendly in the issues, discussion forum, and chat?

    Yes.

  5. Do maintainers thank people for their contributions?

    Yes.

Development Environment Installation

Install the development environment for the project on your system. Describe the process that you needed to follow:

  1. how involved was the process?

    Easy

  2. how long it take you?

    5 mins

  3. did you need to install additional packages or libraries?

    No

  4. were you able to build the code following the instructions?

    Yes

  5. did you need to look for additional help in installing the environment?

    No

  6. any other comments?

Summary

  1. Do you think this is a project to which it would be possible to contribute in the course of a few weeks before the end of this semester?

    Yes. But minor contributions only.

  2. Would you be interested in contributing to this particular project?

    Yes.