el_kit 0.0.73-dev
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 #
- Register your account on pub.dev: Go to pub.dev and create a Google account.
- Create a Flutter package: Use the command flutter create --template package el_kit.
- Write the code for your package: Add your source code to el_kit.dart.
- Test locally: Add the package locally using the path in pubspec.yaml and run flutter pub get in the example directory.
- Dry run: Run dart pub publish --dry-run to catch any errors.
- Publish the package: Run dart pub publish and authenticate with your Google account.