chatview_models 0.0.1 copy "chatview_models: ^0.0.1" to clipboard
chatview_models: ^0.0.1 copied to clipboard

Utility library for the chatview and chatview_db_connection libraries which contains shared type declarations. Should not be used directly.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chatview_models

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

dependencies:
  chatview_models: ^0.0.1

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:chatview_models/chatview_models.dart';
2
likes
150
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Utility library for the chatview and chatview_db_connection libraries which contains shared type declarations. Should not be used directly.

License

MIT (license)

Dependencies

flutter

More

Packages that depend on chatview_models