Since we know that
Open-source made available with a license in which the copyright holder provides the rights to study, change, and distribute the software to anyone and for any purpose.Google has also made some notable contributions to the open source community in the form of
Android,
Chromium OS,
Material Design Icons etc. But apart from the other above project will see other open source project launch by the google.
[caption id="attachment_2162" align="alignright" width="295"]

Go Programming Language[/caption]
GO Programming Language : It is an open source programming language project developed by a team at Google and many open source contributors from the open source community. The purpose of developing this language is to solve the difficulties related to traditional C language. Google's Go Programming language contain Go compiler, "gc", is developed as open source software and targets various platforms including
Linux,
OS X,
Windows, various
BSD and
Unix versions.
for more detail and documents about the go language follow the official page
here .
[embed]https://youtu.be/f6kdp27TYZs[/embed]
Dart
[caption id="attachment_2167" align="alignright" width="300"]

DART programming language[/caption]
Dart is scripting language which run on virtual machine like we have JVM for java and python whereas the Go language is compiled language.
Dart is intentionally designed for the web application, application server and IoT language, Dart language also have capability of portability i.e. it can be transcompiled into JavaScript for more portability.
To start with Dart language you need to install the Dart SDk from
here . There is various library files available for the different platform you can check it from
here .
Now we have SDK and library files with the help of that we can write the code but to write the code we require the
tool (IDE). Dart have both GUI and CLI based tools.
for further more detail follow the official website
here .
[embed]https://www.youtube.com/watch?v=JXcNqXbCa0E&list=PLOU2XLYxmsILKY-A1kq4eHMcku3GMAyp2&index=1[/embed]
https://en.wikipedia.org/wiki/Open-source_software
https://en.wikipedia.org/wiki/Dart_(programming_language)