flutter_autofill 0.4.2 copy "flutter_autofill: ^0.4.2" to clipboard
flutter_autofill: ^0.4.2 copied to clipboard

Provides Android Autofill support for Flutter text fields. Supports all Android hint types.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'menu_screen.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: MenuScreen());
  }
}
5
likes
40
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Provides Android Autofill support for Flutter text fields. Supports all Android hint types.

Repository (GitHub)

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_autofill