DEV: Spacing & Widgets
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
library astromic_mobile_elements;
|
||||
|
||||
/// A Calculator.
|
||||
class Calculator {
|
||||
/// Returns [value] plus 1.
|
||||
int addOne(int value) => value + 1;
|
||||
}
|
||||
//
|
||||
export './src/Spacing/spacing.astromic.dart';
|
||||
// export './src/2.Buttons/buttons.astromic.dart';
|
||||
// export './src/3.Selectors/selectors.astromic.dart';
|
||||
// export './src/4.Toggles/toggles.astromic.dart';
|
||||
// export './src/5.Fields/fields.astromic.dart';
|
||||
// export './src/6.Widgets/Widgets.astromic.dart';
|
||||
// //
|
||||
// export './src/styles/styles.astromic.dart';
|
||||
// export './src/configurations/configs.astromic.dart';
|
||||
Reference in New Issue
Block a user