flutter_responsive 0.0.6 copy "flutter_responsive: ^0.0.6" to clipboard
flutter_responsive: ^0.0.6 copied to clipboard

outdated

Responsive and wrap behaviour for layout and texts widgets in Flutter. This plugin was inspired on Bootstrap web project.

0.0.6 #

  • The JSX widget was separated in a different project called flutter_jsx to allow both plugins to be used and improved separately.

0.0.5+1 #

  • Implemented hashcode comparision methods to JSX_node_text and JSX_node_element classes.

0.0.5 #

  • Flutter HTML parser was successfully replaced by an new JSX parser, implemented on this plugin, to fix self-closed HTML tags node's construction.

0.0.4 #

  • Added widget's HTML tag, to allow developers to include any Flutter's widget inside the text.

0.0.3+3 #

  • Dartdoc finished for all classes

0.0.3+2 #

  • Class JSXStylesheet fully documented using Dartdoc

0.0.3+1 #

  • Starting to use Dartdoc to generate respective documentation about the project Classes

0.0.3 #

  • Sandbox page implemented to test visual properties.
  • Shrink property removed from JSX due to not be intuitive enough.
  • Display property adopted as global plugin standard to define if JSX should occupy all line or not, copying the display Html div property.
  • Case tests to Cascade Stylesheet implemented

0.0.2+2 #

  • Improvements on source to increase Pub Dev score. Also the README file was completed.

0.0.2+1 #

  • Improvements on source to increase Pub Dev score, such as format source and @immutable objects with non-final variables

0.0.2 #

  • Fixed english errors on example app.
  • Established standard values for Container and Row bool variables.

0.0.1 #

  • TODO: Describe initial release.
27
likes
40
pub points
81%
popularity

Publisher

verified publishercarda.me

Responsive and wrap behaviour for layout and texts widgets in Flutter. This plugin was inspired on Bootstrap web project.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on flutter_responsive