brick_offline_first_with_rest_build 1.0.0+1 copy "brick_offline_first_with_rest_build: ^1.0.0+1" to clipboard
brick_offline_first_with_rest_build: ^1.0.0+1 copied to clipboard

outdated

Code generation library for the Brick Offline First Domain using REST

Unreleased #

1.0.0+1 #

  • Remove source_gen_test and glob dependencies

1.0.0 #

  • Null safety

0.0.1 #

  • Fix a a JSON encode error. .map returns a MappedListIterable which jsonEncode cannot parse. It can parse List<dynamic>.