Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbis04/top_flutter_libraries
Collection of Top Flutter Library example apps that you will love
https://github.com/sbis04/top_flutter_libraries
Last synced: 19 days ago
JSON representation
Collection of Top Flutter Library example apps that you will love
- Host: GitHub
- URL: https://github.com/sbis04/top_flutter_libraries
- Owner: sbis04
- License: mit
- Created: 2020-06-09T05:33:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T03:17:23.000Z (over 3 years ago)
- Last Synced: 2024-10-10T19:29:09.605Z (about 1 month ago)
- Language: Dart
- Homepage:
- Size: 3.65 MB
- Stars: 43
- Watchers: 4
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Highlighted Libraries
* [Flutter BLoC](https://pub.dev/packages/flutter_bloc)
* [Dio](https://pub.dev/packages/dio)
* [Animated Text Kit](https://pub.dev/packages/animated_text_kit)
* [VelocityX](https://pub.dev/packages/velocity_x)
* [Geolocator](https://pub.dev/packages/geolocator)
* [Cached network image](https://pub.dev/packages/cached_network_image)
* [Hive](https://pub.dev/packages/hive)
* [Liquid Swipe](https://pub.dev/packages/liquid_swipe)
* [Easy Localization](https://pub.dev/packages/easy_localization)
* [Json Serializable](https://pub.dev/packages/json_serializable)
* [Mockito](https://pub.dev/packages/mockito)## Sample projects
### [Codemagic BLoC](https://github.com/sbis04/top_flutter_libraries/tree/master/codemagic_bloc)
An app for fetching applications using **Codemagic API** is implemented using the **BLoC** pattern.
### [Dio Demo](https://github.com/sbis04/top_flutter_libraries/tree/master/dio_demo)
A small app for interacting with an API and use **POST** & **GET** Data.
### [Animated Text Demo](https://github.com/sbis04/top_flutter_libraries/tree/master/animated_text_demo)
An app demonstrating the **Liquid Fill Text Animation**.
### [Velocity Demo](https://github.com/sbis04/top_flutter_libraries/tree/master/velocity_demo)
Showcasing the power of UI building tool called **VelocityX** by creating a minimalist UI.
### [Geolocation Demo](https://github.com/sbis04/top_flutter_libraries/tree/master/geolocation_demo)
App for retrieving the **current location** of the user and its probable address from the coordinates.
### [Network Image Demo](https://github.com/sbis04/top_flutter_libraries/tree/master/net_img_demo)
Sample app for caching images retrieved from a **network URL**.
### [Hive Demo](https://github.com/sbis04/top_flutter_libraries/tree/master/hive_demo)
An app for generating random Colors implemented using the **Hive database**.
### [Liquid Swipe Demo](https://github.com/sbis04/top_flutter_libraries/tree/master/liquid_swipe_demo)
App demonstrating a **liquid-like swipe** animation between different pages.
### [Localization Demo](https://github.com/sbis04/top_flutter_libraries/tree/master/localization_demo)
Adding **localization** capabilities to your app.
### [Json Serializable Demo](https://github.com/sbis04/top_flutter_libraries/tree/master/json_serializable_demo)
Automatically **generate Dart code** for accessing JSON.
### [Mockito Demo](https://github.com/sbis04/top_flutter_libraries/tree/master/mockito_demo)
Testing an **API response** from a live web service using Mockito library.
## License
Copyright (c) 2020 Souvik Biswas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.