Giter Club home page Giter Club logo

form_builder_cupertino_fields's Introduction

Form Builder Cupertino Fields

Additional form inputs fields with Cupertino style for flutter_form_builder package

Pub Version GitHub Workflow Status Codecov CodeFactor Grade


Features

  • Cupertino fields with FormBuilderField logic
  • Only cupertino dependencies, without material imports

Inputs

The currently supported fields include:

  • FormBuilderCupertinoCheckbox - Single checkbox field
  • FormBuilderCupertinoSegmentedControl - Segmented control using CupertinoSegmentedControl
  • FormBuilderCupertinoSlidingSegmentedControl - Segmented control bar using CupertinoSlidingSegmentedControl
  • FormBuilderCupertinoSlider - For selection of a numerical value on a slider
  • FormBuilderCupertinoSwitch - On/Off switch field
  • FormBuilderCupertinoTextField - A text field input

Use

Setup

No specific setup required: only install the dependency and use :)

Basic use

final _formKey = GlobalKey<FormBuilderState>();

FormBuilder(
    key: _formKey,
    child:  FormBuilderCupertinoTextField(
        name: 'text',
        onChanged: (val) {
            print(val); // Print the text value write into TextField
        },
    ),
)

See pub.dev example tab or github code for more details

Support

Contribute

You have some ways to contribute to this packages

  • Beginner: Reporting bugs or request new features
  • Intermediate: Implement new features (from issues or not) and created pull requests
  • Advanced: Join to organization like a member and help coding, manage issues, dicuss new features and other things

See contribution file for more details

Questions and answers

You can question or search answers on Github discussion or on StackOverflow

Donations

Donate or become a sponsor of Flutter Form Builder Ecosystem

Become a Sponsor

Roadmap

  • Add more Cupertino fields

Ecosystem

Take a look to our awesome ecosystem and all packages in there

Thanks to

All constributors

form_builder_cupertino_fields's People

Contributors

deandreamatias avatar dependabot[bot] avatar fearlesshyena avatar mdeandrea-mrmilu avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

form_builder_cupertino_fields's Issues

FormBuilderCupertinoDateTimePicker

Is there an existing issue for this?

  • I have searched the existing issues

Package/Plugin version

0.2.0

What you'd like to happen

I would like this component to come back, because I have a project to update and use this component a lot, which currently no longer exists, I would like you to include it again, thanks.

Alternatives you've considered

No response

Aditional information

No response

[Field name or General]: Update the intl dependency to the latest version

Is there an existing issue for this?

  • I have searched the existing issues

Package/Plugin version

0.2.1

What you'd like to happen

I'd like the package to update the `intl` dependency to the latest version which [has been released](https://pub.dev/packages/intl) recently

Alternatives you've considered

No response

Aditional information

No response

FormBuilderCupertinoDateTimePicker implement?

Describe the change you would like to see

I would like to have this FormBuilderCupertinoDateTimePicker widget again

How would the suggested change make the documentation more useful?

No response

Aditional information

No response

FormBuilderCupertinoDateTimePicker

Is there an existing issue for this?

  • I have searched the existing issues

Package/Plugin version

0.2.0

What you'd like to happen

Can you implement CupertinoDateTimePicker for form builder

Alternatives you've considered

No response

Aditional information

No response

[FormBuilderCupertinoTextField]: Add placeholder option

Is there an existing issue for this?

  • I have searched the existing issues

Package/Plugin version

0.2.1

What you'd like to happen

CupertinoTextField has option to add a String placeholder but that field is not found in FormBuilderCupertinoTextField

Alternatives you've considered

No response

Aditional information

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.