appstitch_core 2.0.2 copy "appstitch_core: ^2.0.2" to clipboard
appstitch_core: ^2.0.2 copied to clipboard

Appstitch's core package. Required for all Appstitch integrations

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add appstitch_core

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

dependencies:
  appstitch_core: ^2.0.2

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:appstitch_core/constants.dart';
import 'package:appstitch_core/core.dart';
import 'package:appstitch_core/options.dart';
import 'package:appstitch_core/options.g.dart';
0
likes
100
pub points
0%
popularity

Publisher

verified publisherappstitch.dev

Appstitch's core package. Required for all Appstitch integrations

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

crypto, encrypt, flutter, http, json_annotation, tuple

More

Packages that depend on appstitch_core