unzipx 0.0.1
unzipx: ^0.0.1 copied to clipboard
UnZipX is a lightweight Flutter package that extracts ZIP files from the assets folder and saves them to the app's support directory. It simplifies asset extraction with a single
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add unzipxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
unzipx: ^0.0.1Alternatively, 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:unzipx/unzipx.dart';