mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +08:00
init postman
This commit is contained in:
8
packages/postman/lib/postman.dart
Normal file
8
packages/postman/lib/postman.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
/// Support for doing something awesome.
|
||||
///
|
||||
/// More dartdocs go here.
|
||||
library;
|
||||
|
||||
export 'src/postman_base.dart';
|
||||
|
||||
// TODO: Export any libraries intended for clients of this package.
|
||||
6
packages/postman/lib/src/postman_base.dart
Normal file
6
packages/postman/lib/src/postman_base.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
// 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