From fec1cf010746feb1238643918cfbaefa946ae8ad Mon Sep 17 00:00:00 2001 From: Mark O'Sullivan Date: Wed, 20 Jun 2018 13:36:04 +0100 Subject: [PATCH 1/2] Update source.md --- source.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source.md b/source.md index c57c86f..085a1aa 100644 --- a/source.md +++ b/source.md @@ -305,6 +305,8 @@ Also like 👍, star ⭐, clap 👏 links to support their authors ! ## Utilities + + ### IDE - [IntelliJ Plugin](https://flutter.io/intellij-setup) - Flutter on Intellij and Webstorm. @@ -317,6 +319,10 @@ Also like 👍, star ⭐, clap 👏 links to support their authors ! - [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) - Desktop implementations of the Flutter embedding API by Google - [ZSH Completion](https://github.com/NiKoTron/zsh-flutter-completition) - ZSH completion for the Flutter CLI tool by [Nikolai Simonov](https://github.com/NiKoTron) +### Helpers + +- [Flutter Launcher Icons](https://github.com/franzsilva/flutter_launcher_icons) - Easy way to generate launcher icons for your Flutter app by [Mark O'Sullivan](https://github.com/MarkOSullivan94) and [Franz Silva](https://github.com/franzsilva) + ## License [![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) From 60c74186f80cc560839580b6a5cddb107f453250 Mon Sep 17 00:00:00 2001 From: Mark O'Sullivan Date: Wed, 20 Jun 2018 13:38:37 +0100 Subject: [PATCH 2/2] Update source.md removed whitespace --- source.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/source.md b/source.md index 085a1aa..f3ce0db 100644 --- a/source.md +++ b/source.md @@ -305,8 +305,6 @@ Also like 👍, star ⭐, clap 👏 links to support their authors ! ## Utilities - - ### IDE - [IntelliJ Plugin](https://flutter.io/intellij-setup) - Flutter on Intellij and Webstorm.