flutter_chat_core 0.0.5 copy "flutter_chat_core: ^0.0.5" to clipboard
flutter_chat_core: ^0.0.5 copied to clipboard

unlisted

Core package for Flutter chat apps, complementing flutter_chat_ui. Contains models and core functionality. #chat #ui

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_chat_core
copied to clipboard

With Flutter:

 $ flutter pub add flutter_chat_core
copied to clipboard

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

dependencies:
  flutter_chat_core: ^0.0.5
copied to clipboard

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:flutter_chat_core/flutter_chat_core.dart';
copied to clipboard
0
likes
0
points
3.42k
downloads

Publisher

verified publisherflyer.chat

Weekly Downloads

2024.05.31 - 2025.04.25

Core package for Flutter chat apps, complementing flutter_chat_ui. Contains models and core functionality. #chat #ui

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, freezed_annotation, json_annotation, path_provider

More

Packages that depend on flutter_chat_core