Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.