Skip to content

Commit 854430c

Browse files
authored
Merge pull request #124 from mohak852/source
Added Flutter for contributions
2 parents c00384b + 8fa957f commit 854430c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,13 @@ const projectList = [
212212
description: 'React Styleguidist is a component development environment with hot reloaded dev server and a living style guide that you can share with your team. It lists component propTypes and shows live, editable usage examples based on Markdown files.',
213213
tags: ['JavaScript', 'UI'],
214214
},
215+
{
216+
name: 'Flutter',
217+
imageSrc: 'https://raw.githubusercontent.com/flutter/website/master/src/_assets/image/flutter-lockup.png',
218+
projectLink: 'https://github.com/flutter/flutter/contribute',
219+
description: 'Flutter makes it easy and fast to build beautiful apps for mobile and beyond.',
220+
tags: ['Dart','Android','iOS','UI','Cross-platform'],
221+
},
215222
{
216223
name: 'Python Koans',
217224
imageSrc: 'https://s3.amazonaws.com/media-p.slid.es/thumbnails/akoebbe/b35d77/python-koans.jpg',

0 commit comments

Comments
 (0)