File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ void main() {
2626
2727 List <Map <String , dynamic >> superBlocks = [];
2828 for (var stage in superBlockStages.keys) {
29+ if (stage == 'legacy' ) {
30+ continue ;
31+ }
2932 List stageBlocks = superBlockStages[stage];
3033 for (var superBlock in stageBlocks) {
3134 if (! superBlock['dashedName' ].toString ().contains ('full-stack' )) {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class RemoteConfigService {
2424 ),
2525 );
2626 await remoteConfig.setDefaults ({
27- 'min_app_version' : '6 .0.1 ' ,
27+ 'min_app_version' : '7 .0.0 ' ,
2828 });
2929
3030 await remoteConfig.fetchAndActivate ();
Original file line number Diff line number Diff line change 11name : freecodecamp
22description : freecodecamp.org app.
33publish_to : none
4- version : 6.1 .0+60100
4+ version : 7.0 .0+70000
55environment :
66 sdk : " >=3.0.0 <4.0.0"
77dependencies :
You can’t perform that action at this time.
0 commit comments