fex_intelligence 1.0.9
fex_intelligence: ^1.0.9 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_intelligenceUse 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_intelligenceWith Flutter:
$ flutter pub add fex_intelligenceThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fex_intelligence: ^1.0.9Alternatively, 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';