From f131c8619cf705aabdedf084a2bb5c18c26b07af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Vel=C3=A1squez=20L=C3=B3pez?= Date: Mon, 10 Jun 2019 14:46:34 -0500 Subject: [PATCH 1/2] Bezier_chart widget was added More details in this link: https://twitter.com/diegoveloper/status/1138127116069941248 --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 5bff294..62f3b53 100644 --- a/source.md +++ b/source.md @@ -223,6 +223,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy) - [FCharts](https://github.com/thekeenant/fcharts) - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com) - [FL Chart](https://github.com/imaNNeoFighT/fl_chart) - A library to draw fantastic charts in Flutter by [Iman Khoshabi](ikhoshabi.com) +- [Bezier Chart](https://github.com/aeyrium/bezier_chart) - A beautiful bezier line chart widget for flutter that is highly interactive and configurable by [Diego Velasquez](https://twitter.com/diegoveloper) ### Navigation From b85e88515861267b4bfc5110378413f53574c265 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 12 Jun 2019 01:27:46 +0200 Subject: [PATCH 2/2] Shorten Chart description --- source.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/source.md b/source.md index 62f3b53..7ff6889 100644 --- a/source.md +++ b/source.md @@ -222,8 +222,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Flutter Plot](https://github.com/RCHowell/flutter_plot) - Pretty plots by [R. C. Howell](https://github.com/RCHowell/) - [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy) - [FCharts](https://github.com/thekeenant/fcharts) - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com) -- [FL Chart](https://github.com/imaNNeoFighT/fl_chart) - A library to draw fantastic charts in Flutter by [Iman Khoshabi](ikhoshabi.com) -- [Bezier Chart](https://github.com/aeyrium/bezier_chart) - A beautiful bezier line chart widget for flutter that is highly interactive and configurable by [Diego Velasquez](https://twitter.com/diegoveloper) +- [FL Chart](https://github.com/imaNNeoFighT/fl_chart) - Draw fantastic charts in Flutter by [Iman Khoshabi](ikhoshabi.com) +- [Bezier Chart](https://github.com/aeyrium/bezier_chart) - Beautiful bezier line chart widget for flutter that is highly interactive and configurable by [Diego Velasquez](https://twitter.com/diegoveloper) ### Navigation @@ -500,12 +500,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Spacex-Go](https://github.com/jesusrp98/spacex-go) - Simple yet powerful, open-source SpaceX launch tracker. [jesusrp98](https://twitter.com/jesusrp98). - [Superhero Interaction](https://github.com/pinkeshdarji/SuperHeroInteraction) - Cool Superhero interaction animation by [Pinkesh Darji](https://github.com/pinkeshdarji) -### - -### PWA - -- [InKino](https://github.com/roughike/inKino) - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike) - ### Games - [Flip](https://github.com/RedBrogdon/flutterflip) - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon)