MyLittleSuite / flutter_essentials_kit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Dart 99.1%Language:Swift 0.4%Language:Shell 0.3%Language:Kotlin 0.1%Language:Objective-C 0.0%