-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update overview page and other pages
- Loading branch information
1 parent
b176d0c
commit 607407e
Showing
4 changed files
with
40 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Let's get started | ||
|
||
The project is available over the Maven Central Repository and doesn't require the usage of a third patty repository. | ||
|
||
To use it, you need to add the following dependency to your used build system: | ||
|
||
## API Specifications | ||
|
||
Most of API from DartPoet uses immutable objects from Kotlin. | ||
There are also builder, method chaining and other parts to make the API friendly as possible. | ||
|
||
DartPoet contains different `SpecObjects` which allows the creation from classes, interface and more (ClassSpec), | ||
properties (PropertySpec), parameters(Parameters), annotations (Annotations), extensions(Extensions) and more. | ||
|
||
Beth the body of a function, constructors is not modeled by any kind of object structure. There is also no | ||
expression class, statement class or a syntax tree node. Instead, DartPoet uses placeholders to format the code blocks | ||
like `KotlinPoet` | ||
|
||
Where do you want to go? | ||
|
||
- To the `SpecObjects` (Click here) | ||
- To the [`Placeholders`](placeholders.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters