Skip to content

Commit

Permalink
touch ups
Browse files Browse the repository at this point in the history
  • Loading branch information
ameysunu committed Jun 19, 2021
1 parent 10ff352 commit 53c7fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class _MyAppState extends State<MyApp> {
void getValues() async {
final wit = WitManager(
utterance: searchController.text,
headers: "TXGBHYKKFQ7BU3BMKM7IAVYO5IGGN5DE");
headers: "XXXXXXXXXXXXXXXXXX"); //Replace with SERVER ACCESS TOKEN
response = await wit.fetchLink();
setState(() {
textValue = response.toString();
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_witai
description: A new Flutter package project.
description: Integrating wit.ai with Flutter for structured response based on your query.
version: 0.0.1
homepage:
homepage: https://github.com/ameysunu/flutter_witai

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 53c7fde

Please sign in to comment.