1
0
Fork 0
mirror of https://github.com/Solido/awesome-flutter.git synced 2024-11-20 11:27:07 -05:00
This commit is contained in:
Robert Felker 2024-04-17 00:14:20 +02:00 committed by GitHub
parent 5483047a11
commit 6bd8b82520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

38
README.md generated
View file

@ -155,11 +155,8 @@ Meteo
### UI
- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [3037] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar)
- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [409] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94)
- [Flushbar](https://github.com/AndreHaueisen/flushbar) [984] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen)
- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [781] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali)
- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [376] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung)
- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [1213] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/).
- [Slide Container](https://pub.dev/packages/slide_container) Slide vertically and horizontally with a smooth dampened motion by [Quentin Le Guennec](https://github.com/quentinleguennec).
- [Direct Select](https://github.com/LanarsInc/direct-select-flutter) - Selection widget with an ethereal, full-screen modal popup by [Ivan Yatsouba](https://github.com/iyatsouba).
@ -172,11 +169,20 @@ Meteo
- [Dough](https://github.com/HatFeather/flutter_dough) [683] - Widgets for a squishy user interface by [Josiah Saunders](https://github.com/HatFeather).
- [Card Settings](https://github.com/codegrue/card_settings) [519] - package for building settings forms by [codegrue](https://github.com/codegrue).
- [Timelines](https://github.com/chulwoo-park/timelines) [689] - Powerful & Easy to use timeline package by [Chulwoo Park](https://github.com/chulwoo-park).
- [Timeline Tile](https://github.com/JHBitencourt/timeline_tile) [673] - A tile to help build beautiful and customisable timelines by [Julio Bitencourt](https://github.com/JHBitencourt).
- [Timeline Tile](https://github.com/JHBitencourt/timeline_tile) [673] - Tile to help build beautiful and customisable timelines by [Julio Bitencourt](https://github.com/JHBitencourt).
- [Rounded Loading Button](https://github.com/chrisedg87/flutter_rounded_loading_button) [294] - Button with a loading indicator, complete with success and error animations by [Chris Edgington](https://twitter.com/ChrisTheEdg)
- [PlutoGrid](https://github.com/bosskmk/pluto_grid) [620] - Web and desktop datagrid that can be controlled by the keyboard by [bosskmk](https://github.com/bosskmk).
- [Flyer Chat](https://github.com/flyerhq/flutter_chat_ui) [1356] - Community-driven chat UI implementation by the [Flyer Chat team](https://github.com/flyerhq)
- [smooth_page_indicator](https://github.com/Milad-Akarie/smooth_page_indicator) [1081] - Customizable animated page indicator with a set of built-in effects. [Milad Akarie](https://github.com/Milad-Akarie)
- [Smooth Page Indicator](https://github.com/Milad-Akarie/smooth_page_indicator) [1081] - Customizable animated page indicator with a set of built-in effects. [Milad Akarie](https://github.com/Milad-Akarie)
#### List
- [Super List](https://github.com/superlistapp/super_sliver_list) [183] - Drop-in replacement for SliverList and ListView that can handle large amount of items with variable extents by [Matej Knopp](https://github.com/knopp)
- [Reorderables](https://github.com/hanshengchiu/reorderables) [714] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu).
- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [1213] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/).
- [PlutoGrid](https://github.com/bosskmk/pluto_grid) [620] - Web and desktop datagrid that can be controlled by the keyboard by [bosskmk](https://github.com/bosskmk).
- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [781] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali)
- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [3037] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar)
#### Sticky Headers
- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [876] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar)
@ -204,8 +210,6 @@ Meteo
#### UI Helpers
- [Reorderables](https://github.com/hanshengchiu/reorderables) [714] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu).
- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [1213] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/).
- [Offline](https://github.com/jogboms/flutter_offline) [993] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms).
- [Scroll To Index](https://github.com/quire-io/scroll-to-index) [481] - Scroll to specified child element with given index for SliverList/ListView by [Jerry Chen](https://github.com/jerrywell/).
- [In View Notifier List](https://github.com/rvamsikrishna/inview_notifier_list) - ListView that notify when widgets are on screen within a provided area by [Vamsi Krishna](https://github.com/rvamsikrishna).
@ -330,7 +334,7 @@ Meteo
- [Audio Players Plugin](https://github.com/luanpotter/audioplayers) [1884] - Play multiple audio files simultaneously (Android/iOS) by [Luan Nico](https://github.com/luanpotter).
- [Flutter Audio Recorder](https://github.com/shadow-app/flutter_audio_recorder) - Provides full controls and access to recording details such as level metering by [Wenyan Li](https://github.com/nikli2009).
- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [845] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab)
- [AssetsAudioPlayer](https://github.com/florent37/Flutter-AssetsAudioPlayer) [736] Simultaneous playback of audio from assets/network/file and displaying notifications [android / ios / web / macos]
- [AssetsAudioPlayer](https://github.com/florent37/Flutter-AssetsAudioPlayer) [737] Simultaneous playback of audio from assets/network/file and displaying notifications [android / ios / web / macos]
- [Audio Service](https://pub.dev/packages/audio_service) - System background audio support by [Ryan Heise](https://github.com/ryanheise). [Tutorial](https://suragch.medium.com/background-audio-in-flutter-with-audio-service-and-just-audio-3cce17b4a7d?sk=0837a1b1773e27a4f879ff3072e90305) by [Suragch](https://twitter.com/Suragch1).
#### Video
@ -353,7 +357,6 @@ Meteo
#### Preferences
- [Streaming Shared Preferences](https://github.com/roughike/streaming_shared_preferences)<!--stargazers:roughike/streaming_shared_preferences--> - Reactive key-value store, shared preferences with Streams by [Iiro Krankka](https://github.com/roughike)
### Monetization
@ -379,7 +382,7 @@ Meteo
### Clone
- [GitTouch](https://github.com/pd4d10/git-touch) [1493] - Open source mobile client for GitHub, GitLab, Bitbucket and Gitea by [Rongjian Zhang](https://github.com/pd4d10)
- [RustDesk](https://github.com/rustdesk/rustdesk) <!--stargazers:rustdesk/rustdesk-->- Open source virtual / remote desktop. TeamViewer alternative. Built with Rust by [RustDesk team](https://www.rustdesk.com/)
- [RustDesk](https://github.com/rustdesk/rustdesk) [62435] - Open source virtual / remote desktop. TeamViewer alternative. Built with Rust by [RustDesk team](https://www.rustdesk.com/)
### Machine Learning
@ -412,11 +415,10 @@ Meteo
- [InAppWebView](https://github.com/pichillilorenzo/flutter_inappwebview) [2975] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo)
- [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [91] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo)
- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [1248] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo)
- [VPN](https://github.com/X-dea/Flutter_VPN)<!--stargazers:X-dea/Flutter_VPN--> - Access VPN services by [Jason C.H](https://github.com/ctrysbita)
- [Geolocator](https://github.com/baseflow/flutter-geolocator)<!--stargazers:baseflow/flutter-geolocator--> - A Flutter geolocation plugin which provides easy access to the platform specific location services by [Baseflow](https://baseflow.com)
- [Permission Handler](https://github.com/baseflow/flutter-permission-handler)<!--stargazers:baseflow/flutter-permission-handler--> - A Flutter permission plugin which provides a cross-platform (iOS, Android) API to request and check permissions by [Baseflow](https://baseflow.com)
- [WidgetKit](https://github.com/fasky-software/flutter_widgetkit)<!--stargazers:baseflow/fasky-software/flutter_widgetkit--> - A plugins which allows you to create a Widget-Extention for iOS by [Thomas Leiter](https://github.com/tomLadder)
- [Live Activities](https://github.com/istornz/live_activities)<!--stargazers:istornz/live_activities--> - A plugin to use iOS live activities & Dynamic Island features by [Dimitri Dessus](https://github.com/istornz)
- [VPN](https://github.com/X-dea/Flutter_VPN) [329] - Access VPN services by [Jason C.H](https://github.com/ctrysbita)
- [Geolocator](https://github.com/baseflow/flutter-geolocator) [1204] - A Flutter geolocation plugin which provides easy access to the platform specific location services by [Baseflow](https://baseflow.com)
- [Permission Handler](https://github.com/baseflow/flutter-permission-handler) [1965] - A Flutter permission plugin which provides a cross-platform (iOS, Android) API to request and check permissions by [Baseflow](https://baseflow.com)
- [Live Activities](https://github.com/istornz/live_activities) [139] - A plugin to use iOS live activities & Dynamic Island features by [Dimitri Dessus](https://github.com/istornz)
#### Scanner
@ -529,14 +531,14 @@ This section contains libraries that take an experimental or unorthodox approach
#### Game Engine resources
- [Awesome Flame](https://github.com/flame-engine/awesome-flame)<!--stargazers:flame-engine/awesome-flame--> - Curated list of the best Flame games, projects, libraries, tools, tutorials, articles and more by [Flame Engine](https://github.com/flame-engine)
- [Awesome Flame](https://github.com/flame-engine/awesome-flame) [938] - Curated list of the best Flame games, projects, libraries, tools, tutorials, articles and more by [Flame Engine](https://github.com/flame-engine)
## Open Source Apps
### Premium
- [AppFlowy](https://github.com/AppFlowy-IO/appflowy) [48481] - Open Source Notion Alternative. You are in charge of your data and customizations. Built with Flutter and Rust by [AppFlowy team](https://www.appflowy.io/)
- [AppFlowy](https://github.com/AppFlowy-IO/appflowy) [48482] - Open Source Notion Alternative. You are in charge of your data and customizations. Built with Flutter and Rust by [AppFlowy team](https://www.appflowy.io/)
- [RustDesk](https://github.com/rustdesk/rustdesk) [62435] - Open source virtual/remote desktop and TeamViewer alternative. Built with Flutter and Rust by [RustDesk team](https://www.rustdesk.com/).
- [Spotube](https://github.com/KRTirtho/spotube) - Open source Spotify client for desktop and mobile by [Kingkor Roy Tirtho](https://github.com/KRTirtho)