Pikowl, a funny drinking app 🍻
To clone and run this application, you'll need git and flutter installed on your computer. From your command line:
# Clone this repository
$ git clone git@github.com:maximebrmd/pikowl.git
# Go into the repository
$ cd pikowl/
# Install dependencies
$ dart pub get
# Run the app
$ flutter run
Package | Description |
---|---|
flutter_bloc | Flutter Widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package. |
equatable | A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode. |
Pikowl is licensed under the MIT license. See LICENSE for more information.