GProject class

Constructors

GProject({bool enable = true})
enable 是否启用初始化基础工程 yaml dev 配置: dev_dependencies: source_gen: ^1.2.7 build_runner: ^2.3.3 intl_utils: ^2.8.2 xanno: ^0.0.9+8 项目根目录执行命令: flutter pub get && flutter packages pub run build_runner clean && flutter packages pub run build_runner build && flutter pub get 之后只需执行 make
const

Properties

dir String?
路径目录
finalinherited
enable bool
final
hashCode int
The hash code for this object.
no setterinherited
name String?
文件名
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffix String?
后缀
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited