postman lib updates

This commit is contained in:
Ashita Prasad
2024-12-23 02:51:10 +05:30
parent 5d36022881
commit 6a41e95b52
3 changed files with 3 additions and 14 deletions

View File

@ -1,3 +1,3 @@
## 0.0.1-dev.1
## 0.0.1-dev.2
- Initial version.

View File

@ -1,8 +1,3 @@
/// Support for doing something awesome.
///
/// More dartdocs go here.
library;
library postman;
export 'src/postman_base.dart';
// TODO: Export any libraries intended for clients of this package.
export 'models/models.dart';

View File

@ -1,6 +0,0 @@
// TODO: Put public facing types in this file.
/// Checks if you are awesome. Spoiler: you are.
class Awesome {
bool get isAwesome => true;
}