flet 0.22.0 copy "flet: ^0.22.0" to clipboard
flet: ^0.22.0 copied to clipboard

Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flet

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

dependencies:
  flet: ^0.22.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:flet/flet.dart';