personal_lisancer

Last updated:

0 purchases

personal_lisancer Image
personal_lisancer Images
Add to Cart

Description:

personal lisancer

Personal Lisancer #
🎯 Dart package to automatically add lisance detail to your dart files. Any dart project supported!
Below is an example:
Before #
import 'package:flutter/cupertino.dart';
import 'dart:async';
import 'package:example_app/anotherFile2.dart';
copied to clipboard
After #
//! @Lisanced
//! ************************************
//! Project Name : example
//! Author : Abdus İnanç
//! Email : [email protected]
//! Author Note: Flutter Best
//! Lisance At 26-7-2021
//! ************************************

import 'package:flutter/cupertino.dart';
import 'dart:async';
import 'package:example_app/anotherFile2.dart';
copied to clipboard
πŸš€ Installing #
Simply add personal_lisancer: ^0.0.1 to your pubspec.yaml's dev_dependencies.
πŸƒβ€β™‚οΈ Running #
Once you've installed it simply run flutter pub run personal_lisancer:main (pub run personal_lisancer:main if normal dart application) to format every file dart file in your lib, bin, test, and tests folder! Don't worry if these folders don't exist.
πŸ’» Command Line #

Maybe Later πŸ˜„.

πŸ—οΈ Config #
personal_lisancer:
name: 'Abdus Inanc'
email: '[email protected]'
note: 'Flutter πŸš€' #Default is null
title: 'Author' #Default is 'Developer'
copied to clipboard
πŸ™‹β€β™€οΈπŸ™‹β€β™‚οΈ Contributing #
All contributions are welcome! Just make sure that it's not an already existing issue or pull request.

πŸ‘₯ Contributors #

@Abdusin

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.