Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanaelsantos/flutter-find-cep
https://github.com/nathanaelsantos/flutter-find-cep
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathanaelsantos/flutter-find-cep
- Owner: NathanaelSantos
- Created: 2022-08-14T22:59:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T23:42:13.000Z (over 2 years ago)
- Last Synced: 2024-11-23T10:14:35.606Z (about 1 month ago)
- Language: C++
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTP Requests in Flutter
## A composable, Future-based library for making HTTP requests.## Step 1 - add library
### With Dart:
`dart pub add http`
### With Flutter:
`flutter pub add http`
### Now in your Dart code, you can use:`import 'package:http/http.dart';`
## Step 2 - Requests
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.