Flutter Library Highlight - Episode 1
An episode for listing highlighted flutter library & framework by dopefaceee.
1. Awesome Flutter by Solido
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
link: github
2. InKino - Multiplatform Dart Project Between Flutter & Web
InIKino is a multiplatform Dart app for browsing movies and showtimes for Finnkino cinemas.
InKino showcases Redux, has an extensive set of automated tests and 40% code sharing between Flutter and web. The Android & iOS apps are made with a single Flutter codebase. The progressive web app is made with AngularDart. This project is generally something that I believe is a good example of a multiplatform Dart project.
link: github
3. Range Slider by Didier Boelens
An extension of the Flutter Material Slider to allow selection of a range of values via 2 thumbs.
link: github
4. Flutter Staggered Grid View by Romain Rastel
A Flutter staggered grid view which supports multiple columns with rows of varying sizes.
link: github
5. Flutter Slidable by Romain Rastel
A Flutter implementation of slidable list item with directional slide actions that can be dismissed.