mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
postman lib updates
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
## 0.0.1-dev.1
|
||||
## 0.0.1-dev.2
|
||||
|
||||
- Initial version.
|
||||
|
@ -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';
|
||||
|
@ -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;
|
||||
}
|
Reference in New Issue
Block a user