future_builder_ex 2.0.0 copy "future_builder_ex: ^2.0.0" to clipboard
future_builder_ex: ^2.0.0 copied to clipboard

retractedoutdated

An improved version of FutureBuilder

2.0.0 #

  • FIXED: future_builder_ex was call the passed future function multiple times. We changed the signature to just take a future so it is called only once during initialisation of the future builder .

1.1.3 #

  • Fixed a bug were an exception is thrown when the initialData was null.

1.1.2 #

  • Improved the stack trace we log when we the builder throws.

1.1.1 #

  • BUG: fixed call to Logger().d as we were passing the stacktrace as the wrong argument.
  • removed the linux and web directories as we have no platform specific code.
  • remove the android and ios directories as we don't have any platform specific code so they are not needed. Exported StrackTraceImpl as its required by the api.

1.1.0 #

Removed the android and ios directories as we have no platform specific code. Exported StackTraceImpl

1.0.0 #

Merge pull request #1 from bsutton/add-license-1 Create LICENSE

1.0.0 #

Added repository.

1.0.0 #

Added minimal documentation. First commit