ai_app 0.0.2 copy "ai_app: ^0.0.2" to clipboard
ai_app: ^0.0.2 copied to clipboard

discontinued
outdated

A new flutter plugin project.

example/lib/main.dart

import 'package:ai_app/ai_app.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: AiApp(firstName: "Mika", lastName: "Barko"),
    );
  }
}
0
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A new flutter plugin project.

License

unknown (license)

Dependencies

camera, cloudinary_public, flutter, flutter_screenutil, http

More

Packages that depend on ai_app

Packages that implement ai_app