account_selector 1.0.1 copy "account_selector: ^1.0.1" to clipboard
account_selector: ^1.0.1 copied to clipboard

A Flutter package which provides helper widgets for selecting single or multiple account/user from the given list.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'home_screen.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      home: HomeScreenWidget(),
    );
  }
}
13
likes
40
pub points
36%
popularity

Publisher

unverified uploader

A Flutter package which provides helper widgets for selecting single or multiple account/user from the given list.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on account_selector