From 14ca92681c02ef9a674ec03e72764b40bb4fb2b2 Mon Sep 17 00:00:00 2001 From: Israel Sant'Anna Date: Thu, 27 Feb 2020 20:08:23 -0300 Subject: [PATCH] Update Bin2Dec-App.md Adding a solution built with Dart & Flutter, with a live preview built with Flutter for Web. --- Projects/1-Beginner/Bin2Dec-App.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects/1-Beginner/Bin2Dec-App.md b/Projects/1-Beginner/Bin2Dec-App.md index e894b7dd..a9f38299 100644 --- a/Projects/1-Beginner/Bin2Dec-App.md +++ b/Projects/1-Beginner/Bin2Dec-App.md @@ -40,3 +40,5 @@ Try not to view this until you've developed your own solution: - [Binary to decimal conversion program for beginners](https://www.youtube.com/watch?v=YMIALQE26KQ) - [Binary to Decimal converter using React](https://github.com/email2vimalraj/Bin2Dec) - [Binary to Decimal converter with plain html, js and css](https://grfreire.github.io/Bin2Dec/) +- [Binary to Decimal converter using Flutter & Dart](https://github.com/israelss/AppIdeasCollection/tree/master/Tier1/Bin2Dec) + - [Live preview built with Flutter for Web](https://bin2dec.web.app/#/)