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

BytePlus file upload Flutter plugin

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add byteplus_bd_file_upload

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 dart pub get):

dependencies:
  byteplus_bd_file_upload: ^1.45.301

Alternatively, your editor might support dart pub get or 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';