pub package

juneflow_github

june_listener_template

Listen Template in JuneFlow Architecture.

Installation

  1. If the juneflow project doesn't exist, please create it by following this guide.
  2. open terminal in the juneflow project root directory, enter the following command.
june add june_listener_template

Usage

  1. copy and paste file from lib/app/_/_/interaction/listener/_new
  2. rename _new to your listener name
  3. replace New in the file to your listener name
  4. open terminal in the juneflow project root directory, enter the following command.
june build