Last updated:
0 purchases
flutter ignite
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.");
copied to clipboard
Build fresh models #
flutter pub run build_runner build --delete-conflicting-outputs;
copied to clipboard
packages #
ansicolor
path_provider
Additional information #
Helping this package grow, could potentially reduce overhead for starting flutter project for getx enthusiasts.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.