refactor: move models to common package

This commit is contained in:
Tien Do Nam
2024-02-09 01:54:58 +01:00
parent 2457acd8a7
commit 7be55ac8e6
82 changed files with 178 additions and 161 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import 'package:cli/main.dart' as m;
void main(List<String> arguments) {
m.main(arguments);
Future<void> main(List<String> arguments) async {
await m.main(arguments);
}
+16
View File
@@ -80,6 +80,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.3"
dart_mappable:
dependency: transitive
description:
name: dart_mappable
sha256: c2d4775336d7166590766a1c4451edde2a302efe2a2a35ac09eef9025102e10f
url: "https://pub.dev"
source: hosted
version: "4.0.1"
file:
dependency: transitive
description:
@@ -328,6 +336,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.5.6"
type_plus:
dependency: transitive
description:
name: type_plus
sha256: "2e33cfac2e129297d5874567bdf7587502ec359881e9318551e014d91b02f84a"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
typed_data:
dependency: transitive
description: