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.