for install this package add package to your pubspec.yaml file:
dependencies:
flutter_glow: ^0.3.0
run flutter pub get
to download package. also, import the package in your file:
import 'package:flutter_glow/flutter_glow.dart';
you can create your own GlowTheme. Since GlowTheme is an InheritedWidget you can use it to Handle whole app changes or use it for tiny scope.