- increase minimum required dart version to 2.11
- BREAKING CHANGE: change TezartClient constructor parameters to a single one:
BEFORE: TezartClient(host: 'localhost', scheme: 'http', port: '20000');
AFTER: TezartClient('http://localhost:20000');
- initial release of the open source project.