diff --git a/source.md b/source.md index a68bdf1..f32b5ff 100644 --- a/source.md +++ b/source.md @@ -111,7 +111,6 @@ If you appreciate the content ๐Ÿ“–, support projects visibility, give ๐Ÿ‘| โญ| - [Flutter Crash Course](https://fluttercrashcourse.com) - Free video course by [Nick Manning](https://twitter.com/seenickcode). - [Boring Show](https://www.youtube.com/results?search_query=%23BoringShow) - Exploration with the Flutter Team. - ## Components ### Demonstrations @@ -121,27 +120,22 @@ If you appreciate the content ๐Ÿ“–, support projects visibility, give ๐Ÿ‘| โญ| ### UI -- [3D Object](https://github.com/hemanthrajv/flutter_3d_obj) - Renders a wavefront .obj on to a canvas by [Hemanth Raj](https://www.linkedin.com/in/hemanthrajv) -- [Contact Picker](https://github.com/goderbauer/contact_picker) - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer) -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar) - [Sticky Header](https://github.com/letsar/flutter_sticky_header) - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar) - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts) - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu) - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/) - [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika) -- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515) - [Side Header List](https://github.com/renefloor/side_header_list_view) - Listview with sticky headers by [Rene Floor](https://github.com/renefloor) -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) - Flip panel with built-in animation by [HungHD](https://github.com/hnvn) - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) - Facebook reactions widget by [Duy Tran](https://github.com/duytq94) - [Flushbar](https://github.com/AndreHaueisen/flushbar) - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen) - [Stepper Touch](https://github.com/Rahiche/stepper_touch) - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). - [Offline](https://github.com/jogboms/flutter_offline) - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). + +#### Input + - [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali) -- [Snaplist](https://github.com/ariedov/flutter_snaplist) - Create snappable list views by [David Leibovych](https://github.com/ariedov) - [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna) -- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot) - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung) -- [Folding Cell](https://github.com/faob-dev/folding_cell) - Fold your widget by [Faob](https://github.com/faob-dev) #### Material Design @@ -152,10 +146,19 @@ If you appreciate the content ๐Ÿ“–, support projects visibility, give ๐Ÿ‘| โญ| #### Effect +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) - Flip panel with built-in animation by [HungHD](https://github.com/hnvn) - [Frosted Glass](http://stackoverflow.com/questions/43550853/how-do-i-do-the-frosted-glass-effect-in-flutter) - Render effect by [Collin Jackson](http://www.collinjackson.com) - [Parallax](https://github.com/FlutterRocks/page-transformer) - ViewPager by [Iiro Krankka](https://github.com/roughike) - [Shimmer](https://github.com/hnvn/flutter_shimmer) - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn) - [Wave](https://github.com/i-protoss/wave) - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower) +- [Folding Cell](https://github.com/faob-dev/folding_cell) - Fold your widget by [Faob](https://github.com/faob-dev) + +#### List + +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar) +- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515) +- [Snaplist](https://github.com/ariedov/flutter_snaplist) - Create snappable list views by [David Leibovych](https://github.com/ariedov) +- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot) #### Calendar @@ -223,7 +226,6 @@ If you appreciate the content ๐Ÿ“–, support projects visibility, give ๐Ÿ‘| โญ| - [Segment.com Analytics](https://github.com/FaisalAbid/segment-analytics-flutter) - Make your Segment.com analytics a breeze! by [Faisal Abid](https://twitter.com/FaisalAbid) - [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode) - ### Build automation - [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov) @@ -291,6 +293,8 @@ If you appreciate the content ๐Ÿ“–, support projects visibility, give ๐Ÿ‘| โญ| ### Machine Learning - [mlkit demo](https://github.com/bparrishMines/mlkit_demo) - Machine Learning Kit with a live camera view from Flutter Live by [Maurice Parrish](https://github.com/bparrishMines) +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn) +- [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) ## Plugins @@ -301,7 +305,6 @@ If you appreciate the content ๐Ÿ“–, support projects visibility, give ๐Ÿ‘| โญ| - [WebView](https://github.com/dart-flitter/flutter_webview_plugin) - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard) - [Location](https://github.com/Lyokone/flutterlocation) - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone) -- [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001) - [Geolocation](https://github.com/loup-v/geolocation) - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io) - [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB) @@ -314,6 +317,7 @@ If you appreciate the content ๐Ÿ“–, support projects visibility, give ๐Ÿ‘| โญ| - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo) - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velรกsquez](https://github.com/aeyrium). - [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo) +- [Image compress](https://github.com/OpenFlutter/flutter_image_compress) - Image compression using native code by [OpenFlutter](https://github.com/OpenFlutter) #### Scanner @@ -336,11 +340,9 @@ If you appreciate the content ๐Ÿ“–, support projects visibility, give ๐Ÿ‘| โญ| - [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly) - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/) - [Intercom](https://pub.dartlang.org/packages/intercom) - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n) -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn) - [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) - Push notification service by [OneSignal](https://github.com/OneSignal) - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish) - [App Rating](https://github.com/AppleEducate/app_review) - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com) -- [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) ## Frameworks