Coder Social home page Coder Social logo

monicse09ku / formio_flutter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mhamza-mm/formio_flutter

0.0 0.0 0.0 1.68 MB

A flutter package to let users consume any form created with formIO.js

License: MIT License

Dart 91.28% Kotlin 0.02% Swift 0.29% Objective-C 0.01% CMake 2.88% C++ 4.67% C 0.44% HTML 0.27% Ruby 0.14%

formio_flutter's Introduction

FormIO.Flutter

Render any form created with FORMIO.JS on your mobile/web/desktop app with flutter.

To use this please add in your pubspec.yaml

dependencies:
  formio_flutter: ^0.9.40

for any doubt please check the example folder.

Examples

Multiple Textfields

File upload and dynamic conditionals

Pagination (Wizard)

Non-Pagination

Signatures

Buttons

Validations of all type of widgets

Get Data from Form

To obtain the data from all the hierarchy widget, just do this:

/// This will return a [Map<String, dynamic>] with the respective value of the widget 
/// nested by their key.
parseWidgets(WidgetParserBuilder.widgets) => Map<String, dynamic>

DONE:

  • Customization of basic widgets: buttons, texts.
  • Customization of click events at any hierarchy level.
  • Customization of signature widget and file widget.
  • Validator of empty signatures.
  • Validator of empty fields.
  • Stream of calculated fields on real-time.
  • Stream of conditional fields on real-time.
  • Parse of font-awesome icons, material icons, and basic icons.
  • Hierarchy constructor of widget.
  • Pagination of widgets when scheme has wizard on it.
  • Added documentation to all the classes used in DART.

Contributing

All contributions are welcome!

If you like this project then please click on the ๐ŸŒŸ it'll be appreciated or if you wanna add more epic stuff you can submit your pull request and it'll be gladly accepted ๐Ÿ™†โ€โ™‚๏ธ

or if you have an idea please let me know to my email: [email protected].

formio_flutter's People

Contributors

crdzbird avatar mhamza-mm avatar

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.