el_kit 0.0.73-dev copy "el_kit: ^0.0.73-dev" to clipboard
el_kit: ^0.0.73-dev copied to clipboard

EL Kit is a Flutter package that helps you to create UIs without material package.

EL Kit #

EL Kit is a Flutter package that helps you to create UIs without using the material package. It provides common material widgets and classes to help you build your app.

Features #

  • Common material widgets and classes

Getting started #

Prerequisites #

  • Flutter SDK

Installation #

Add the following dependency to your pubspec.yaml file:

dependencies:
  el_kit: ^0.0.1-dev

Run flutter pub get to install the package.

Usage #

Import the package in your Dart file:

import 'package:el_kit/el_kit.dart';

Now you can use the widgets and classes provided by the package to build your app.

Publishing to pub.dev #

  1. Register your account on pub.dev: Go to pub.dev and create a Google account.
  2. Create a Flutter package: Use the command flutter create --template package el_kit.
  3. Write the code for your package: Add your source code to el_kit.dart.
  4. Test locally: Add the package locally using the path in pubspec.yaml and run flutter pub get in the example directory.
  5. Dry run: Run dart pub publish --dry-run to catch any errors.
  6. Publish the package: Run dart pub publish and authenticate with your Google account.
0
likes
130
points
561
downloads

Publisher

unverified uploader

Weekly Downloads

EL Kit is a Flutter package that helps you to create UIs without material package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

flutter, icons_plus

More

Packages that depend on el_kit