beta_test_apw 0.1.0 copy "beta_test_apw: ^0.1.0" to clipboard
beta_test_apw: ^0.1.0 copied to clipboard

demo

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add beta_test_apw

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

dependencies:
  beta_test_apw: ^0.1.0

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:beta_test_apw/client.dart';
import 'package:beta_test_apw/dart_appwrite.dart';
import 'package:beta_test_apw/enums.dart';
import 'package:beta_test_apw/service.dart';
import 'package:beta_test_apw/services/avatars.dart';
import 'package:beta_test_apw/services/database.dart';
import 'package:beta_test_apw/services/functions.dart';
import 'package:beta_test_apw/services/health.dart';
import 'package:beta_test_apw/services/locale.dart';
import 'package:beta_test_apw/services/storage.dart';
import 'package:beta_test_apw/services/teams.dart';
import 'package:beta_test_apw/services/users.dart';