fex_intelligence 0.1.7 copy "fex_intelligence: ^0.1.7" to clipboard
fex_intelligence: ^0.1.7 copied to clipboard

The AI-Powered Intelligence Layer for Flutter. FEX provides autonomous QA, security pentesting, self-healing code, and architecture evolution.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fex_intelligence

Use it

The package has the following executables:

$ fex

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fex_intelligence

With Flutter:

 $ flutter pub add fex_intelligence

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

dependencies:
  fex_intelligence: ^0.1.7

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:fex_intelligence/fex_intelligence.dart';
1
likes
160
points
67
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The AI-Powered Intelligence Layer for Flutter. FEX provides autonomous QA, security pentesting, self-healing code, and architecture evolution.

Homepage
Repository (GitHub)

License

MIT (license)

Dependencies

args, dio, google_generative_ai, http, path

More

Packages that depend on fex_intelligence