djangoflow_remote_config 0.0.4+5 copy "djangoflow_remote_config: ^0.0.4+5" to clipboard
djangoflow_remote_config: ^0.0.4+5 copied to clipboard

Djangoflow Remote Config is a library that helps to handle remote config in your flutter application.

0.0.4+5 #

  • REFACTOR: update generated files. (b057a275)

0.0.4+4 #

  • FIX: do not update lastUpdate if result was empty. (fee86fc4)

0.0.4+3 #

  • FIX: if empty then use fallback. (b1d2fc45)

0.0.4+2 #

  • Update a dependency to the latest release.

0.0.4+1 #

  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

0.0.4 #

  • FEAT(djangoflow_remote_config): Add mapExtensions (#71). (aad72fef)

0.0.3+1 #

  • REFACTOR: remove not needed import. (9721a1f1)
  • DOCS: update README with troubleshooting section. (22e15804)
  • DOCS(remote_config): update code documentation. (12fc9beb)

0.0.3 #

  • FEAT: add loadSilently to avoid triggering loading state. (86ebd165)

0.0.2 #

  • FEAT: add logo fields to AppLaunchDetails. (212a8661)

0.0.1+1 #

  • Update a dependency to the latest release.

0.0.1 #

  • Initial setup and project structure.
  • RemoteConfigCubit for managing remote configurations.
  • AppLaunchRemoteConfigCubit for app launch-specific configurations.
  • RemoteConfigPartUpdater widget for dynamic configuration loading.
  • Fallback configurations support.
  • Hydrated state management.
  • Part-based loading of configurations.