updated gitignore and changed content directory
This commit is contained in:
@@ -6,7 +6,7 @@ import 'package:resume/constants.dart';
|
||||
class ContentProvider {
|
||||
ContentProvider._();
|
||||
|
||||
static const String _jsonPath = 'assets/content.json';
|
||||
static const String _jsonPath = 'assets/content/content.json';
|
||||
|
||||
static Future<bool> init() async {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user