Skip to content

shantanu1k/license_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license_detection

Approach

  • Instead of doing letter by letter comparison, I am doing comparison between words.

  • Created separate class for every original license instead putting them in one BULKY class (which is in custom format)

Usage

  • Clone this repo.
import 'package:license_detection/license_detction.dart';

//If we want to detect a single license
SingleMatching <object_name> = SingleMatching();
//or multiple licenses
MultipleMatching <object_name> = MultipleMatching();
  • We have to pass the license as 'String'. All that remain is to add the file handling and tarball functionality.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages