Skip to content

A simple Dart CLI Application to explain the fundamentals of streaming and how to subscribe to a streaming event.

Notifications You must be signed in to change notification settings

MicrosoftStudentAmbassadors-Kenya/dart-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple Dart CLI Application to explain the fundamentals of streaming and how to subscribe to a streaming event.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages