HurrellT / alert_manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alert_manager

A Grafana alert manager basic clone.

See it running here

Requirements

  • To run this app you will need to install the flutter dev tools. I recommend to install Flutter master and enable web and desktop support by running

    For desktop run

    flutter config --enable-macos-desktop

    flutter config --enable-linux-desktop

    then

    flutter run -d macos

    flutter run -d linux

    *For web run *

    flutter config --enable-web

    then

    flutter run -d chrome

    to run it with Chrome (You need to have Chrome installed)

  • You'll also need to install Android Studio for the Android SDK. The Flutter installation guide will guide you, and you can see what you need to install by running flutter doctor after extracting the flutter sdk tools.

Important packages used

  • Provider / I decided to use Provider to manage the state of the app across the entire application.

For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About


Languages

Language:Dart 73.3%Language:CMake 16.2%Language:C++ 4.5%Language:HTML 2.9%Language:C 1.7%Language:Swift 1.0%Language:Kotlin 0.3%Language:Objective-C 0.1%