fk_booster 1.0.0-alpha copy "fk_booster: ^1.0.0-alpha" to clipboard
fk_booster: ^1.0.0-alpha copied to clipboard

A Flutter project that helps you to boost your development

example/lib/main.dart

import 'package:example/app/app.dart';
import 'package:example/app/startup_injection.dart';
import 'package:fk_booster/fk_booster.dart';
import 'package:flutter/material.dart';

Future<void> main() async {
  const StartupInjection().registerDependencies(GetIt.I);
  runApp(const App());
}
5
likes
150
points
154
downloads

Publisher

verified publisherfallkey.com

Weekly Downloads

A Flutter project that helps you to boost your development

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, equatable, flutter, get_it, go_router, mocktail, signals, sqflite, very_good_analysis

More

Packages that depend on fk_booster