Skip to content

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

License

Notifications You must be signed in to change notification settings

MyLittleSuite/flutter_essentials_kit

Repository files navigation

flutter_essentials_kit

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

Pub Dart CI License: 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

License

Stars

Watchers

Forks

Languages