Skip to content

Repository files navigation

flutter_essentials_kit

A kit of useful functions and widget to speed up development.

PubFlutter CILicense: MIT

Getting Started

Add this to your package's pubspec.yaml file:

dependencies:
flutter_essentials_kit:

Usage

Just use this import to use the package:

import 'package:flutter_essentials_kit/flutter_essentials_kit.dart';

Plug the localization class in your localizationsDelegates.

import'package:flutter_essentials_kit/flutter_essentials_kit.dart';
MaterialApp(
localizationsDelegates: [
// ...FlutterEssentialsKitLocalizations.delegate,
// ...
);

Docs

About

A kit of useful functions and widgets to speed up development.

Topics

Resources

Stars

9 stars

Watchers

2 watching

Forks

Contributors

Languages