Skip to content

Commit 00ffe1f

Browse files
Elikem MedehouElikem Medehou
authored andcommitted
(chores) refactoring
1 parent c1b7630 commit 00ffe1f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Changelog
22

3+
## [0.1.4] - 2024-04-01
4+
5+
### Chores
6+
7+
- Refactoring package structure
8+
9+
# Changelog
10+
311
## [0.1.3] - 2024-03-25
412

513
### Chores
614

715
- Update package description
816

9-
1017
## [0.1.2] - 2024-03-25
1118

1219
### Chores

lib/moneroo_flutter_sdk.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
library;
33

44
export 'src/api/moneroo_api_wrapper.dart';
5-
export 'src/common/enums.dart';
5+
export 'src/commons/enums.dart';
66
export 'src/models/customer.dart';
77
export 'src/models/payment.dart';
88
export 'src/models/payment_infos.dart';
9-
export 'src/moneroo_flutter.dart';
9+
export 'src/widgets/moneroo_flutter.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: moneroo_flutter_sdk
22
description: Moneroo SDK for Flutter. Integrate easily many payments solutions from Africa to the World.
3-
version: 0.1.3
3+
version: 0.1.4
44
homepage: https://docs.moneroo.io
55
repository: https://github.com/NemesisX1/moneroo_flutter_sdk
66

0 commit comments

Comments
 (0)