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

outdated

Dropdown textfield with single and multiselection.

example/lib/main.dart

import 'package:example/test_page.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const TestPage(),
    );
  }
}
138
likes
0
pub points
97%
popularity

Publisher

unverified uploader

Dropdown textfield with single and multiselection.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on dropdown_textfield