byteplus_bd_file_upload 1.45.303 copy "byteplus_bd_file_upload: ^1.45.303" to clipboard
byteplus_bd_file_upload: ^1.45.303 copied to clipboard

BytePlus file upload Flutter plugin

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add byteplus_bd_file_upload

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

dependencies:
  byteplus_bd_file_upload: ^1.45.303

Alternatively, 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:byteplus_bd_file_upload/bd_file_upload.dart';
import 'package:byteplus_bd_file_upload/codegen/android/api.dart';
import 'package:byteplus_bd_file_upload/codegen/android/callback.dart';
import 'package:byteplus_bd_file_upload/codegen/android/errorcode.dart';
import 'package:byteplus_bd_file_upload/codegen/android/external.dart';
import 'package:byteplus_bd_file_upload/codegen/android/index.dart';
import 'package:byteplus_bd_file_upload/codegen/android/keytype.dart';
import 'package:byteplus_bd_file_upload/codegen/android/types.dart';
import 'package:byteplus_bd_file_upload/codegen/ios/api.dart';
import 'package:byteplus_bd_file_upload/codegen/ios/callback.dart';
import 'package:byteplus_bd_file_upload/codegen/ios/errorcode.dart';
import 'package:byteplus_bd_file_upload/codegen/ios/external.dart';
import 'package:byteplus_bd_file_upload/codegen/ios/index.dart';
import 'package:byteplus_bd_file_upload/codegen/ios/keytype.dart';
import 'package:byteplus_bd_file_upload/codegen/ios/types.dart';
import 'package:byteplus_bd_file_upload/codegen/pack/api.dart';
import 'package:byteplus_bd_file_upload/codegen/pack/external.dart';
import 'package:byteplus_bd_file_upload/codegen/pack/index.dart';
import 'package:byteplus_bd_file_upload/codegen/pack/keytype.dart';
import 'package:byteplus_bd_file_upload/codegen/pack/types.dart';
import 'package:byteplus_bd_file_upload/core/api.dart';
import 'package:byteplus_bd_file_upload/core/callback.dart';
import 'package:byteplus_bd_file_upload/core/callback/callback_queue.dart';
import 'package:byteplus_bd_file_upload/core/callback/imagex.dart';
import 'package:byteplus_bd_file_upload/core/callback/material.dart';
import 'package:byteplus_bd_file_upload/core/callback/video.dart';
import 'package:byteplus_bd_file_upload/core/const.dart';
import 'package:byteplus_bd_file_upload/core/env.dart';
import 'package:byteplus_bd_file_upload/core/errorcode.dart';
import 'package:byteplus_bd_file_upload/core/index.dart';
import 'package:byteplus_bd_file_upload/core/keytype.dart';
import 'package:byteplus_bd_file_upload/core/upload.dart';
import 'package:byteplus_bd_file_upload/platforms/android/env.dart';
import 'package:byteplus_bd_file_upload/platforms/android/extends.dart';
import 'package:byteplus_bd_file_upload/platforms/ios/env.dart';
import 'package:byteplus_bd_file_upload/platforms/ios/extends.dart';
0
likes
140
points
163
downloads

Publisher

verified publisherbyteplus.com

Weekly Downloads

BytePlus file upload Flutter plugin

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, hybrid_runtime, plugin_platform_interface

More

Packages that depend on byteplus_bd_file_upload