Skip to content

Commit

Permalink
testing asset path updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasESmith committed Jul 19, 2024
1 parent 562a5e1 commit 50b7c96
Show file tree
Hide file tree
Showing 4 changed files with 3,900 additions and 3,897 deletions.
2 changes: 1 addition & 1 deletion flutter_bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"flutter_bootstrap.js": "3cdf1dfdc39145649ef7005a5e4bfa02",
const RESOURCES = {"flutter_bootstrap.js": "aa6e2e4e01b8625e3070360438478b4b",
"version.json": "009c9e65172e010890f7f65fde438006",
"index.html": "4f5d89dcda34b48c192910b553ba44a4",
"/": "4f5d89dcda34b48c192910b553ba44a4",
"main.dart.js": "db3d99736227b57f990469b3a70c3f01",
"main.dart.js": "37120a6d325fd31cef1bb17a14610db5",
"prevent_default.js": "4eead4b4f3ce792bb2a736c47b83d77d",
"flutter.js": "383e55f7f3cce5be08fcf1f3881f585c",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
Expand Down
7 changes: 3 additions & 4 deletions lib/src/home/bloc/home_bloc.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'dart:developer';

import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter_modular/flutter_modular.dart';
import 'package:freezed_annotation/freezed_annotation.dart';
import 'package:hydrated_bloc/hydrated_bloc.dart';
Expand Down Expand Up @@ -41,9 +40,9 @@ class HomeBloc extends HydratedBloc<HomeEvent, HomeState> {
_Started event,
Emitter<HomeState> emit,
) {
// if (Modular.to.path == "/") {
// ProjectsPage.route();
// }
if (Modular.to.path == "/") {
ProjectsPage.route();
}

var model = state.whenOrNull(
loaded: (AppData model) => model,
Expand Down
Loading

0 comments on commit 50b7c96

Please sign in to comment.