dialogue_wise 3.0.0 copy "dialogue_wise: ^3.0.0" to clipboard
dialogue_wise: ^3.0.0 copied to clipboard

outdated

Dialoguewise is a headless CMS. This is the client for any of your dart or flutter applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dialogue_wise

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

dependencies:
  dialogue_wise: ^3.0.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:dialogue_wise/DTOs/add_contents_request.dart';
import 'package:dialogue_wise/DTOs/delete_content_request.dart';
import 'package:dialogue_wise/DTOs/deploy_dialogue_request.dart';
import 'package:dialogue_wise/DTOs/dialoguewise_request.dart';
import 'package:dialogue_wise/DTOs/dialoguewise_response.dart';
import 'package:dialogue_wise/DTOs/get_contents_request.dart';
import 'package:dialogue_wise/DTOs/get_variables_request.dart';
import 'package:dialogue_wise/DTOs/search_contents_request.dart';
import 'package:dialogue_wise/DTOs/update_content_request.dart';
import 'package:dialogue_wise/DTOs/upload_media_request.dart';
import 'package:dialogue_wise/dialoguewise.dart';
import 'package:dialogue_wise/enums/country.dart';
import 'package:dialogue_wise/enums/device.dart';
import 'package:dialogue_wise/enums/sentiment.dart';
import 'package:dialogue_wise/enums/text.direction.dart';
import 'package:dialogue_wise/models/content.dart';
import 'package:dialogue_wise/models/content.metadata.dart';
import 'package:dialogue_wise/models/field.dart';
3
likes
0
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

Dialoguewise is a headless CMS. This is the client for any of your dart or flutter applications.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on dialogue_wise