fields 0.0.7 copy "fields: ^0.0.7" to clipboard
fields: ^0.0.7 copied to clipboard

outdatedDart 1 only

An object editor for Dart.

Fields Changes #

0.0.7 #

  • Updated to Dart SDK 0.7.3_r27487.
  • Renamed the asset directory from 'lib/res/' to 'lib/asset/' in preparation for pub serve; this will move up to a top-level directory 'asset/' once pub is able to serve that to the dependency graph.
  • Added Field.forGetter and Field.forVariable factory constructors; these are experimental and designed to make it easier to use FieldEditor instances outside of an ObjectEditor. For example, other data entry widgets such as a data grid might want to reuse these field editors. This is subject to change.

0.0.6 #

  • Update to tags version 0.1.9.

0.0.5 #

  • Added support for proxy objects; the fields of the selected object are reflected based on its runtimeType, which proxy classes may override.
  • Moved all of the libraries into lib/src/ and export the entire public API through the lib/fields.dart library. This provides a single import statement for applications that use this package.

0.0.4 #

  • Cleaned up the FieldEditor and Transform registration interfaces.
  • Gave more specific names to the Resources classes.
  • Added the bench package to dev_dependencies to run the unit tests.
  • Updated to Dart SDK 0.6.13_r25630.

0.0.3 #

0.0.2 #

  • More early work.

0.0.1 #

  • Initial version.
0
likes
0
points
131
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

An object editor for Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

tags

More

Packages that depend on fields