agent_gate 0.1.0 copy "agent_gate: ^0.1.0" to clipboard
agent_gate: ^0.1.0 copied to clipboard

AI-agnostic behavioral routing middleware for Flutter. Collects consent-gated user-behavior signals on a page, lets YOUR backend or AI decide which of up to 999 candidate pages comes next, and routes [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add agent_gate

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

dependencies:
  agent_gate: ^0.1.0

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:agent_gate/agent_gate.dart';
0
likes
150
points
113
downloads

Documentation

API reference

Publisher

verified publishermsishamim.com

Weekly Downloads

AI-agnostic behavioral routing middleware for Flutter. Collects consent-gated user-behavior signals on a page, lets YOUR backend or AI decide which of up to 999 candidate pages comes next, and routes there with audit trails, fallbacks and timeouts built in. Works with Navigator, GoRouter, GetX, Bloc, Riverpod and any other state-management solution.

Repository (GitHub)
View/report issues

Topics

#navigation #ai #agent #fraud-detection #personalization

License

MIT (license)

Dependencies

crypto, flutter, http, meta

More

Packages that depend on agent_gate