This is a demo of Google's ML Kit API for Flutter.
Feature | Source Code | Android | iOS |
---|---|---|---|
Smart reply | ✅ | ✅ |
This demo presents Smart Reply API. It is a simple chat app that uses smart suggestions based on the input from a user.
This demo project is written in Flutter. Visit Flutter website for more info about the setup.
Once you have Flutter installed, to run the project:
- Clone this repo
- Run the app with command:
flutter run
For more info about the ML Kit,
visit ML Kit documentation
For more info about the Flutter,
visit Flutter documentation