flutter_litert_flex 0.0.1 copy "flutter_litert_flex: ^0.0.1" to clipboard
flutter_litert_flex: ^0.0.1 copied to clipboard

FlexDelegate (SELECT_TF_OPS) addon for flutter_litert. Bundles the TensorFlow Lite Flex delegate native library for all platforms at build time.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(title: const Text('flutter_litert_flex example')),
        body: const Center(
          child: Padding(
            padding: EdgeInsets.all(24),
            child: Text(
              'This plugin bundles the TensorFlow Lite Flex delegate '
              'native library. No Dart API is needed — just add '
              'flutter_litert_flex to your pubspec.yaml and use '
              'FlexDelegate() from flutter_litert.',
              textAlign: TextAlign.center,
            ),
          ),
        ),
      ),
    );
  }
}
0
likes
0
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

FlexDelegate (SELECT_TF_OPS) addon for flutter_litert. Bundles the TensorFlow Lite Flex delegate native library for all platforms at build time.

Homepage
Repository (GitHub)
View/report issues

Topics

#machine-learning #tflite #tensorflow #on-device-training

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_litert_flex

Packages that implement flutter_litert_flex