Skip to content

Commit d057e92

Browse files
committed
feat: cleaning, libs upgrade, version rise
1 parent a36abf0 commit d057e92

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

lib/presentation/screen/generation_screen/bloc/generation_screen_bloc.dart

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,9 @@ class GenerationScreenBloc extends BaseBloc<GenerationScreenEvent,
119119
workingDirectory: state.config.projectPath);
120120

121121
gitGetBrickProcess.stdin.writeln(
122-
'curl -L https://github.com/Onix-Systems/onix-flutter-project-generator/archive/refs/heads/feat/brick_sync.zip --output brick.zip && unzip -qq brick.zip -d bricks && rm brick.zip',
122+
'curl -L https://github.com/Onix-Systems/onix-flutter-project-generator/archive/refs/heads/main.zip --output brick.zip && unzip -qq brick.zip -d bricks && rm brick.zip',
123123
);
124124

125-
// gitGetBrickProcess.stdin.writeln(
126-
// 'curl -L https://github.com/Onix-Systems/onix-flutter-project-generator/archive/refs/heads/main.zip --output brick.zip && unzip -qq brick.zip -d bricks && rm brick.zip',
127-
// );
128-
129125
gitGetBrickProcess.stdin.writeln('echo "Complete with exit code: 0"');
130126
await gitGetBrickProcess.exitCode;
131127

@@ -136,13 +132,9 @@ class GenerationScreenBloc extends BaseBloc<GenerationScreenEvent,
136132
.writeln('dart pub global activate mason_cli && mason cache clear');
137133

138134
mainProcess.stdin.writeln(
139-
'mason add -g flutter_clean_base --path \'${state.config.projectPath}/bricks/onix-flutter-project-generator-feat-brick_sync/bricks/flutter_clean_base\'',
135+
'mason add -g flutter_clean_base --path \'${state.config.projectPath}/bricks/onix-flutter-project-generator-main/bricks/flutter_clean_base\'',
140136
);
141137

142-
// mainProcess.stdin.writeln(
143-
// 'mason add -g flutter_clean_base --path \'${state.config.projectPath}/bricks/onix-flutter-project-generator-main/bricks/flutter_clean_base\'',
144-
// );
145-
146138
mainProcess.stdin.writeln(
147139
'mason make flutter_clean_base -c config.json --on-conflict overwrite');
148140

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Onix Flutter Clean Architecture
33

44
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
55

6-
version: 1.0.19+19
6+
version: 1.0.20+20
77

88
environment:
99
sdk: '>=3.2.0 <4.0.0'
@@ -17,7 +17,7 @@ dependencies:
1717

1818
cupertino_icons: ^1.0.6
1919
flutter_svg: ^2.0.9
20-
window_manager: ^0.3.7
20+
window_manager: ^0.3.8
2121
recase: ^4.1.0
2222
process_run: ^0.14.1+3
2323
logger: ^2.0.2+1
@@ -31,7 +31,7 @@ dependencies:
3131
collection: ^1.18.0
3232
package_info_plus: ^5.0.1
3333
yaml: ^3.1.2
34-
url_launcher: ^6.2.3
34+
url_launcher: ^6.2.4
3535
encrypt: ^5.0.3
3636
hive: ^2.2.3
3737
flutter_secure_storage: ^9.0.0
@@ -46,7 +46,7 @@ dependencies:
4646
hive_flutter: ^1.1.0
4747
pretty_dio_logger: ^1.3.1
4848
fluttertoast: ^8.2.4
49-
go_router: ^13.0.1
49+
go_router: ^13.1.0
5050
intl: ^0.18.1
5151
intl_utils: ^2.8.7
5252
dropdown_button2: ^2.3.9

0 commit comments

Comments
 (0)