hashgen_ai 1.0.1 copy "hashgen_ai: ^1.0.1" to clipboard
hashgen_ai: ^1.0.1 copied to clipboard

HashGen AI is a Flutter package that leverages OpenAI's API to generate relevant hashtags based on the provided content. This package simplifies the process of adding impactful hashtags to your conten [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hashgen_ai

With Flutter:

 $ flutter pub add hashgen_ai

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

dependencies:
  hashgen_ai: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:hashgen_ai/hashgen_ai.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

HashGen AI is a Flutter package that leverages OpenAI's API to generate relevant hashtags based on the provided content. This package simplifies the process of adding impactful hashtags to your content, enhancing its discoverability.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on hashgen_ai