gpt_markdown 0.1.3 copy "gpt_markdown: ^0.1.3" to clipboard
gpt_markdown: ^0.1.3 copied to clipboard

The purpose of this package is to render the response of ChatGPT into a Flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gpt_markdown

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

dependencies:
  gpt_markdown: ^0.1.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gpt_markdown/gpt_markdown.dart';
5
likes
150
pub points
71%
popularity

Publisher

verified publisherinfinitix.tech

The purpose of this package is to render the response of ChatGPT into a Flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_math_fork

More

Packages that depend on gpt_markdown