Skip to content

devloic/awogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tired of manually defining appwrite collections and their attributes in a constantly changing project?
Define annotated classes with dart and let awogen create :

  • the corresponding collections with attributes
  • the final classes with fields mapping to collection attributes so you can you use autocompletion inside your IDE
  • helper functions to read and write data

Getting started

check
examples/awogen_cli_example/README.MD
and
examples/awogen_flutter_example/README.MD
for instructions.

TODO

  • add more definitions: required, default, support arrays
  • add more helper functions in dart appwrite classes
  • target other languages?

Releases

No releases published

Packages

No packages published

Languages