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';

After

//! @Lisanced
//! ************************************
//! Project Name : example
//! Author : Abdus İnanç
//! Email : abdusinanc@gmail.com
//! Author Note: Flutter Best
//! Lisance At 26-7-2021
//! ************************************

import 'package:flutter/cupertino.dart';
import 'dart:async';
import 'package:example_app/anotherFile2.dart';

πŸš€ 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: 'abdusinanc@gmail.com'
  note: 'Flutter πŸš€' #Default is null
  title: 'Author' #Default is 'Developer'

πŸ™‹β€β™€οΈπŸ™‹β€β™‚οΈ Contributing

All contributions are welcome! Just make sure that it's not an already existing issue or pull request.

πŸ‘₯ Contributors

Libraries

files
lisance