flutter_ignite 0.2.6
flutter_ignite: ^0.2.6 copied to clipboard
A flutter boilerplate project consisting of StorageManager, ThemeManager, LogManager
Flutter Ignite #
A flutter kit that helps to reduce boilerplate code for starter project with
- getx
- get_storage
- dio
- build_runner
- theme manager
- and other basic necessary modules to run a project
Features #
- boilerplate start kit
Getting started #
import and start using. The individual modules will be updated later
Usage #
Flutter Pen #
import 'package:flutter_ignite/flutter_ignite.dart';
Pen.write("Hello world", type: PenType.log, color: Colors.purple);
Pen.log("Welcome to flutter_ignite");
Pen.error("Oops. Something went wrong");
Pen.warning("Warning, please recheck the values.");
Build fresh models #
flutter pub run build_runner build --delete-conflicting-outputs;
packages #
- ansicolor
- path_provider
Additional information #
Helping this package grow, could potentially reduce overhead for starting flutter project for getx enthusiasts.