https://github.com/vijayinyoutube/rest_api_app
HTTP Request and response in Flutter - Rest API
https://github.com/vijayinyoutube/rest_api_app
flutter flutter-api flutter-rest-api rest-api vijaycreations
Last synced: about 2 months ago
JSON representation
HTTP Request and response in Flutter - Rest API
- Host: GitHub
- URL: https://github.com/vijayinyoutube/rest_api_app
- Owner: vijayinyoutube
- Created: 2021-07-22T16:25:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T08:13:57.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T18:28:44.348Z (4 months ago)
- Topics: flutter, flutter-api, flutter-rest-api, rest-api, vijaycreations
- Language: C++
- Homepage: https://www.youtube.com/channel/UCBC_Z7jla1GSITcqLKAtPxQ
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
HTTP Request & JSON - Flutter
[](https://github.com/vijayinyoutube/rest_api_app)
[](https://www.youtube.com/channel/UCBC_Z7jla1GSITcqLKAtPxQ)
[](https://github.com/vijayinyoutube/rest_api_app)
[](https://github.com/vijayinyoutube/rest_api_app)
[](https://github.com/vijayinyoutube/rest_api_app)
[](https://twitter.com/vijaycreations)
[](https://www.linkedin.com/in/vijay-creations-b60a391a6/)
[](https://www.youtube.com/channel/UCBC_Z7jla1GSITcqLKAtPxQ)
[](https://discord.gg/gSYDn6GXmF)
[](https://in.pinterest.com/vijaycreations02/boards/) [](https://medium.com/vijay-r) [](https://www.instagram.com/vijaycreations_for_flutter/)
![]()
## Flutter
[Flutter](https://flutter.dev/) is a crossplatfrom UI tool kit that helps in developing native Android and iOS app from a single code base.## App
Check out the video tutorial 👉 : https://youtu.be/yW3aWSQOCeE
To know more awesome content about Flutter.,
Visit my channel 👉 : https://www.youtube.com/channel/UCBC_Z7jla1GSITcqLKAtPxQ
## Dependencies
```pubspec.yaml
http: ^0.13.3
```## License
```
MIT LicenseCopyright (c) 2021 Vijay R
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.
```