apk_parser 0.0.2+1 copy "apk_parser: ^0.0.2+1" to clipboard
apk_parser: ^0.0.2+1 copied to clipboard

outdatedDart 1 only

A pure dart library for parsing android apk data

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add apk_parser

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  apk_parser: ^0.0.2+1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:apk_parser/apk_parser.dart';
1
likes
30
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A pure dart library for parsing android apk data

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

archive, xmlstream

More

Packages that depend on apk_parser