gender_selector

Last updated:

0 purchases

gender_selector Image
gender_selector Images
Add to Cart

Description:

gender selector

gender_selector #
A Flutter Package for gender selector widget for the app.
The goal of this project is to provide an ultimate widget for selecting the gender
The source code is 100% Dart, and everything resides in the /lib folder.
Happy learning. 👍
Show some ❤️ and star the repo to support the project #




Screenshots #


Medium Article #

Installation #
First Include this dependency in your pubspec.yaml
gender_selector:
copied to clipboard
Then import it in your code.
Widget #
GenderSelector(
margin: EdgeInsets.only(left: 10, top: 30, right: 10, bottom: 10,),
selectedGender: Gender.FEMALE,
onChanged: (gender) async {

setState(() {
if(gender == Gender.FEMALE) {
selectedGender = "female";
} else {
selectedGender = "male";
}
});

},

)
copied to clipboard
Contribution Guide #
This project is open to all kinds of contribution in all of its categories. Together, we can make it the ultimate Gender Selector available for free, for everyone, forever.
For resource contribution, just follow the following format: [reference-name](link) - Description, and raise a Pull Request. If you want to contribute multiple resources, raise separate PRs for each of them. Please consider adding resources maintaining the default sorting order of the category, like alphabetical sorting.
If you have any suggestion for including more categories, feel free to open a Github issue for us to have more discussion on it. Please DO NOT contribute low-quality, spammy or self-promotional stuff. Let's keep this project clean and useful.
If you feel that a particular resource(s)/template(s) available here is not a good fit for this project and should be removed, feel free to let me know by opening an issue.
❤️ Found this project useful? #
If you found this project useful, then please consider giving it a ⭐ on Github and sharing it with your friends via social media.
Project Created & Maintained By #
Dhruvil Patel & Nirav Patel (BZZZARD) #
Donate #

If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of ☕

PayPal


License #
Copyright 2019 Dhruvil Patel

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.io/).
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.