mirror of
https://github.com/foss42/apidash.git
synced 2025-05-30 13:27:09 +08:00
Create apidash_core.dart
This commit is contained in:
7
packages/apidash_core/lib/apidash_core.dart
Normal file
7
packages/apidash_core/lib/apidash_core.dart
Normal file
@ -0,0 +1,7 @@
|
||||
library apidash_core;
|
||||
|
||||
/// A Calculator.
|
||||
class Calculator {
|
||||
/// Returns [value] plus 1.
|
||||
int addOne(int value) => value + 1;
|
||||
}
|
Reference in New Issue
Block a user