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

An improved version of FutureBuilder

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