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

outdated

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

example/example.dart

import 'dart:io';
import 'package:dialogue_wise/dialogue_wise.dart';

void main() async{
//Prepare the payload
var request = new DialogueWiseRequest();
request.slug = 'hero-section';
request.apiKey = 'b1266377591c4f2a9494c3abdd2cac5381D6Z825D26CEBAE8B6rn';
request.emailHash='/kgmM46s1xC56BOFWRZp4j+0bdU19URpXdNT9liAX50=';

// Call the Dialogue Wise API
var dialogueWiseService = new DialogueWiseService(new HttpClient()); 
Map res = await dialogueWiseService.getDialogue(request);

//Print the Output to Console
print(res);

}
3
likes
0
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

Dialogue Wise 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

crypto, intl

More

Packages that depend on dialogue_wise