|
1 | | -# api_exceptions_part2 |
| 1 | +# <div align="center"> Handling Exceptions with API calls </div> |
2 | 2 |
|
3 | | -A new Flutter project. |
| 3 | +<div align="center"> |
| 4 | + |
| 5 | +[](https://github.com/vijayinyoutube/api_exceptions_part2/) |
| 6 | +[](https://www.youtube.com/channel/UCBC_Z7jla1GSITcqLKAtPxQ) |
| 7 | +[](https://github.com/vijayinyoutube/api_exceptions_part2/) |
| 8 | +[](https://github.com/vijayinyoutube/api_exceptions_part2/) |
| 9 | +[](https://github.com/vijayinyoutube/api_exceptions_part2/) |
4 | 10 |
|
5 | | -## Getting Started |
| 11 | + |
| 12 | +[](https://twitter.com/vijaycreations) |
| 13 | +[](https://www.linkedin.com/in/vijay-creations-b60a391a6/) |
| 14 | +[](https://www.youtube.com/channel/UCBC_Z7jla1GSITcqLKAtPxQ) |
| 15 | +[](https://discord.gg/gSYDn6GXmF) |
| 16 | +[](https://in.pinterest.com/vijaycreations02/boards/) [](https://medium.com/vijay-r) [](https://www.instagram.com/vijaycreations_for_flutter/) |
6 | 17 |
|
7 | | -This project is a starting point for a Flutter application. |
| 18 | + |
| 19 | + |
| 20 | +</div> |
8 | 21 |
|
9 | | -A few resources to get you started if this is your first Flutter project: |
10 | 22 |
|
11 | | -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) |
12 | | -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) |
13 | 23 |
|
14 | | -For help getting started with Flutter development, view the |
15 | | -[online documentation](https://docs.flutter.dev/), which offers tutorials, |
16 | | -samples, guidance on mobile development, and a full API reference. |
| 24 | +<p align="center"> |
| 25 | +<img src="https://user-images.githubusercontent.com/58719230/172020180-80d78f61-4d37-4221-965d-e13030b6ef3f.png" width="100%"> |
| 26 | +</p> |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +## Flutter |
| 32 | +[Flutter](https://flutter.dev/) is a crossplatfrom UI tool kit that helps in developing native Android and iOS app from a single code base. |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +## App |
| 37 | + |
| 38 | + |
| 39 | +To know more awesome content about Flutter., |
| 40 | + |
| 41 | +Visit my channel 👉 : https://www.youtube.com/channel/UCBC_Z7jla1GSITcqLKAtPxQ |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | +## Dependencies |
| 46 | +```pubspec.yaml |
| 47 | +flutter_dotenv: ^5.0.2 |
| 48 | +http: ^0.13.4 |
| 49 | +``` |
| 50 | + |
| 51 | + |
| 52 | +## License |
| 53 | + |
| 54 | +``` |
| 55 | +MIT License |
| 56 | +
|
| 57 | +Copyright (c) 2022 Vijay R |
| 58 | +
|
| 59 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 60 | +of this software and associated documentation files (the "Software"), to deal |
| 61 | +in the Software without restriction, including without limitation the rights |
| 62 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 63 | +copies of the Software, and to permit persons to whom the Software is |
| 64 | +furnished to do so, subject to the following conditions: |
| 65 | +
|
| 66 | +The above copyright notice and this permission notice shall be included in all |
| 67 | +copies or substantial portions of the Software. |
| 68 | +
|
| 69 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 70 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 71 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 72 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 73 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 74 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 75 | +SOFTWARE. |
| 76 | +``` |
0 commit comments