multipart_request_null_safety 0.3.4
multipart_request_null_safety: ^0.3.4 copied to clipboard
Demonstrates how to use the multipart_request_null_safety plugin, this plugin is null safety support version from the original plugin build by aawaz.dev all credits goes to him. the formal package r [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add multipart_request_null_safetyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
multipart_request_null_safety: ^0.3.4Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:multipart_request_null_safety/multipart_request_null_safety.dart';