0 purchases
account name checker
account_name_checker #
A new Flutter package to get Account Name
Getting Started #
To use this plugin, Go and install the package
Example #
'''dart
import 'package:flutter/material.dart';
import 'package:account_name_checker/account_name_checker.dart';
class GetAccountNameWidget extends StatefulWidget {
//const GetAccountNameWidget({Key? key}) : super(key: key);
@override
_GetAccountNameWidgetState createState() => _GetAccountNameWidgetState();
}
class _GetAccountNameWidgetState extends State
),),
);
copied to clipboard
}
}
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.