xftts_fluttify 0.0.1+939e12d copy "xftts_fluttify: ^0.0.1+939e12d" to clipboard
xftts_fluttify: ^0.0.1+939e12d copied to clipboard

outdated

A `xftts` flutter plugin, Powered by `Fluttify` engine.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: Text('Running on:\n'),
        ),
      ),
    );
  }
}
0
likes
0
pub points
11%
popularity

Publisher

verified publisherfluttify.com

A `xftts` flutter plugin, Powered by `Fluttify` engine.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, foundation_fluttify

More

Packages that depend on xftts_fluttify