chore(sources): Initial commit files

This commit is contained in:
Gabriel Rohden
2020-06-03 09:28:01 -03:00
commit 3bfd3820eb
10 changed files with 861 additions and 0 deletions

21
pubspec.yaml Normal file
View File

@@ -0,0 +1,21 @@
name: icomoon_selection_gen
description: A code generator for flutter that reads icomoon selection.json and generate the icon classes
version: 0.0.1
author: Gabriel Rohden
homepage:
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
meta: ^1.1.7
build: ^1.1.4
build_config: ^0.4.0
recase: ^2.0.1
code_builder: ^3.3.0
dart_style: ^1.0.0
dev_dependencies:
build_runner: ^1.5.0
build_test: ^0.10.7+3