Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 508 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 508 Bytes

Stream CLI App

A simple Dart command-line application, to demonstrate streaming, which is a very important concept in using Bloc as a state management library.

Getting Started.

  • Ensure you have Dart v>=2.15.1 <3.0.0 in order to run this app. After adding Dart to your path, run:
git clone [email protected]:MicrosoftStudentAmbassadors-Kenya/dart-cli.git

cd dart-cli

dart run

Note:

No tests have been configured for this project since its a small demo app and an intro to Flutter.