This repository is going to contain a list of different flutter examle applications which would depice the integration of different technologied with flutter.
| S.No. | Name | URL | Tag |
|---|---|---|---|
| 1 | Flutter firestore implementation in a grocery app. (CRUD) | App | FireStore |
| 2 | Flutter example app showing the implementation of REST API, showing user information from the JSONPlaceHolder API, which provides fake information. | App | Rest API |
| 3 | Flutter app example showing the implementation of caraousel cards with the help of the package carousel_slider. | App | Carousle |
| 4 | This is a flutter example application we have shown the interation of RestAPI. I have use the JSONPlaceHoldr API, which provides fake APIs, so that we can practice. In this exmple we have used the images endpoint. I am able to get the response of the ID and Text part of the post but Image was showing Error Code 403 there for the image place holder I used this website called Lorem picum. | App | REST API / Image Post |
| 5 | In this flutter app I have made a flash light example app using the following flutter packages:torch_light,day_night_switcher,url_launcher,flutter_native_splach. | App | Flash Light App |
| 6 | This is a simple happy new year wishing flutter app showcasing animations. Below are the packages used in this project: get_it, animated_text_kit, lottie, animate_do | App | New Year App / Animations / getX |
| 7 | In this example I have created a simple flutter application which utilizes flutter webview package to show blogger in the flutter app. Which can be uses as blog app. | App | Web view / Blog |