hypen_flutter 0.25.2 copy "hypen_flutter: ^0.25.2" to clipboard
hypen_flutter: ^0.25.2 copied to clipboard

discontinuedreplaced by: hypen

A hypen framework

0.25.2 #

  • FEAT: simple enum state with hypenEnum.

0.25.1 #

  • FEAT: refresh.

0.25.0 #

Note: This release has breaking changes.

  • BREAKING REFACTOR: refactor names.

0.24.1 #

  • REFACTOR: remove duplicate code.
  • REFACTOR: refine HypenWidgetEffect.
  • FIX: prevent double initialization on multiple access position.
  • FIX: duplicated listening.
  • FIX: reinitialize on dispose.
  • FEAT: add HypenWidgetEffect.
  • DOCS: update readme.
  • DOCS: update readme.
  • DOCS: update todo.
  • DOCS: update todo.

0.24.0+1 #

  • FIX: simple loader with dependencies.

0.24.0 #

Note: This release has breaking changes.

  • BREAKING REFACTOR: rename createState to createHypen.

0.23.0 #

Note: This release has breaking changes.

  • REFACTOR: remove unnecessary type constraints.
  • REFACTOR: prepare simple info.
  • FEAT: loader for simple state, fix: nested loader.
  • FEAT: simple counter and effect.
  • BREAKING FIX: reactive loader.

0.22.1+1 #

  • REFACTOR: minor.

0.22.1 #

  • FEAT: support deep link.

0.22.0 #

Note: This release has breaking changes.

  • BREAKING REFACTOR: encapsulate HypenWatcher interface.

0.21.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: page transition v1.

0.20.0+1 #

  • REFACTOR: use watcher.$release instead of info.release.

0.20.0 #

Note: This release has breaking changes.

  • BREAKING REFACTOR: force to use go.

0.19.1 #

  • FEAT: add effect test.

0.19.0+1 #

  • FIX: remove prints.

0.19.0 #

Note: This release has breaking changes.

  • REFACTOR: file naming.
  • FIX: acquire info in navigation effect.
  • FIX: nested routing.
  • FIX: first loading.
  • FEAT: onPop and widget lifecycle.
  • BREAKING REFACTOR: [actions] to [effects].
  • BREAKING REFACTOR: folder structure.
  • BREAKING REFACTOR: HypenAction to HypenEffect.

0.18.1 #

  • FEAT: await first data.

0.18.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: declarative navigation.

0.17.1+1 #

  • FIX: moved/removed routes.

0.17.1 #

  • FIX: loading/init bugs.
  • FEAT: actions for [HypenBuilder].
  • FEAT: add [context] to [HypenWatcher].

0.17.0+2 #

  • REFACTOR: const constructor.
  • FIX: find action target.
  • FIX: loading state.

0.17.0+1 #

  • REFACTOR: minor refactor of navigation.
  • FIX(state): wrong auto dispose.

0.17.0 #

Note: This release has breaking changes.

  • FEAT: get current path.
  • BREAKING FEAT: route groups.

0.16.0 #

Note: This release has breaking changes.

  • BREAKING REFACTOR: Remove [select] on [HypenView].

0.15.1 #

  • FIX: sub routes path should not start with '/'.
  • FIX: ordering path.
  • FIX: import, move example out.
  • FIX: dispose order.
  • FEAT: usePathUrlStrategy.

0.15.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: navigate with typesafe.

0.14.0 #

Note: This release has breaking changes.

  • FEAT: first version of [hypen_test].
  • FEAT: add [hypen_test] package.
  • BREAKING REFACTOR: rename [state] to [get()].

0.13.1 #

  • FEAT: [HypenBuilder], simple test.

0.13.0+1 #

  • REFACTOR: hide unnecessary fields.

0.13.0 #

Note: This release has breaking changes.

  • BREAKING REFACTOR: hypen_flutter exports go_router.

0.12.0+1 #

  • FIX: dispose order.

0.12.0 #

Note: This release has breaking changes.

  • REFACTOR: namings.
  • BREAKING FEAT: simple navigation generator.

0.11.0+1 #

  • FIX: loading state.

0.11.0 #

Note: This release has breaking changes.

  • FIX: loading state, parameterized data actions.
  • FIX: action for parametered data.
  • BREAKING REFACTOR: change [ReactiveData.call()] to [state].

0.10.0+1 #

  • FIX: unwanted rebuild.

0.10.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: refresh.

0.9.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: semi-stable new API.

0.8.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: first version of new API.

0.7.0 #

Note: This release has breaking changes.

  • FEAT: add [useHypen()].
  • BREAKING FEAT: WIP - new selector.

0.6.0 #

Note: This release has breaking changes.

  • FEAT: ignorable notification.
  • FEAT: debug state.
  • BREAKING FEAT: WIP - new API.
  • BREAKING FEAT: remove more $ signs.

0.5.2+1 #

  • REFACTOR: remove $ signs, autodispose position.
  • FIX: memory leak.

0.5.2 #

  • FEAT: init selector's fields on update.

0.5.1+2 #

  • REFACTOR: onetime future listener to stream listener.

0.5.1+1 #

  • FIX: watch selector on loading.

0.5.1 #

  • FEAT: handling loading status.

0.5.0 #

Note: This release has breaking changes.

  • REFACTOR: only import libraries related to public members.
  • BREAKING FEAT: HypenLoadable is now default.

0.4.0 #

Note: This release has breaking changes.

  • REFACTOR: HypenWidgetState to HypenWidget.
  • BREAKING REFACTOR: HypenInformation to Hypen.

0.3.0 #

Note: This release has breaking changes.

  • FIX: async error.
  • BREAKING FEAT: listen methods => hook methods.

0.2.0+1 #

  • FIX: auto import type parameters.

0.2.0 #

Note: This release has breaking changes.

  • REFACTOR: params to $params.
  • FIX: auto dispose selector's parent.
  • FIX: rename when to $when.
  • FEAT: scoped actions.
  • FEAT: can access params.
  • BREAKING FEAT: HypenLoadable.

0.1.1 #

  • FEAT: lazy init event.

0.1.0 #

Note: This release has breaking changes.

  • REFACTOR: source to $source, add $reset.
  • FEAT: family information.
  • FEAT: auto generate information.
  • FEAT: HypenProxy.
  • FEAT: generate event enum, immutable info.
  • BREAKING FEAT: reactive selector.

0.0.2 #

  • REFACTOR: equitability check.
  • REFACTOR: registering actions.
  • REFACTOR: prepare parameterized info.
  • REFACTOR: clean up dependencies.
  • REFACTOR: common code.
  • REFACTOR: HypenElement, HypenActor related names.
  • REFACTOR: existInfo to checkInfo.
  • REFACTOR: HypenVisualizer mixin.
  • REFACTOR: remove unused parameter.
  • REFACTOR: change basic actions parameter.
  • REFACTOR: move common part.
  • REFACTOR: move common code.
  • FIX: action on dispose.
  • FIX: register parameterized action.
  • FIX: memory leak, type inference.
  • FEAT: auto dispose.
  • FEAT: deactivate actors.
  • FEAT: parameterized selector, action.
  • FEAT: add context getter in HypenVisualizer.
  • FEAT: selector.

0.0.1 #

  • TODO: Describe initial release.
1
likes
130
points
15
downloads

Publisher

verified publisherhypen.io

Weekly Downloads

A hypen framework

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, flutter, flutter_web_plugins, go_router, meta

More

Packages that depend on hypen_flutter