Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "type": "materialApp",
- "themeMode": "system",
- "theme": {
- "scaffoldBackgroundColor": "#F8F9FA",
- "primaryColor": "#FF7A00",
- "appBarTheme": {
- "backgroundColor": "#002244",
- "foregroundColor": "#FFFFFF"
- }
- },
- "darkTheme": {
- "scaffoldBackgroundColor": "#121212",
- "primaryColor": "#FF9800",
- "appBarTheme": {
- "backgroundColor": "#1E1E1E",
- "foregroundColor": "#FFFFFF"
- }
- },
- "home": {
- "type": "defaultTabController",
- "length": 5,
- "child": {
- "type": "scaffold",
- "appBar": {
- "type": "appBar",
- "title": { "type": "text", "data": "Study Resources" }
- },
- "body": {
- "type": "tabBarView",
- "children": [
- {
- "type": "listView",
- "padding": { "top": 12, "left": 16, "right": 16, "bottom": 12 },
- "children": [
- {
- "type": "container",
- "margin": { "bottom": 12 },
- "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
- "decoration": {
- "color": "#FFFFFF",
- "borderRadius": 8,
- "border": { "color": "#E0E0E0", "width": 1 }
- },
- "child": {
- "type": "row",
- "children": [
- {
- "type": "svg",
- "sourceType": "network",
- "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
- "width": 32,
- "height": 32
- },
- { "type": "sizedBox", "width": 12 },
- {
- "type": "column",
- "crossAxisAlignment": "start",
- "children": [
- {
- "type": "text",
- "data": "Chapter 1: Real Numbers",
- "style": { "fontSize": 15, "fontWeight": "bold" }
- },
- { "type": "sizedBox", "height": 4 },
- {
- "type": "text",
- "data": "Complete syllabus outline and topics",
- "style": { "fontSize": 12, "color": "#757575" }
- }
- ]
- }
- ]
- }
- },
- {
- "type": "container",
- "margin": { "bottom": 12 },
- "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
- "decoration": {
- "color": "#FFFFFF",
- "borderRadius": 8,
- "border": { "color": "#E0E0E0", "width": 1 }
- },
- "child": {
- "type": "row",
- "children": [
- {
- "type": "svg",
- "sourceType": "network",
- "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
- "width": 32,
- "height": 32
- },
- { "type": "sizedBox", "width": 12 },
- {
- "type": "column",
- "crossAxisAlignment": "start",
- "children": [
- {
- "type": "text",
- "data": "Chapter 2: Polynomials",
- "style": { "fontSize": 15, "fontWeight": "bold" }
- },
- { "type": "sizedBox", "height": 4 },
- {
- "type": "text",
- "data": "Detailed syllabus sub-topics",
- "style": { "fontSize": 12, "color": "#757575" }
- }
- ]
- }
- ]
- }
- }
- ]
- },
- {
- "type": "listView",
- "padding": { "top": 12, "left": 16, "right": 16, "bottom": 12 },
- "children": [
- {
- "type": "container",
- "margin": { "bottom": 12 },
- "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
- "decoration": {
- "color": "#FFFFFF",
- "borderRadius": 8,
- "border": { "color": "#E0E0E0", "width": 1 }
- },
- "child": {
- "type": "text",
- "data": "NCERT Mathematics Class 10 Textbook PDF",
- "style": { "fontSize": 14, "fontWeight": "w600" }
- }
- },
- {
- "type": "container",
- "margin": { "bottom": 12 },
- "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
- "decoration": {
- "color": "#FFFFFF",
- "borderRadius": 8,
- "border": { "color": "#E0E0E0", "width": 1 }
- },
- "child": {
- "type": "text",
- "data": "NCERT Exemplar Solutions Book",
- "style": { "fontSize": 14, "fontWeight": "w600" }
- }
- }
- ]
- },
- {
- "type": "listView",
- "padding": { "top": 12, "left": 16, "right": 16, "bottom": 12 },
- "children": [
- {
- "type": "container",
- "margin": { "bottom": 12 },
- "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
- "decoration": {
- "color": "#FFFFFF",
- "borderRadius": 8,
- "border": { "color": "#E0E0E0", "width": 1 }
- },
- "child": {
- "type": "text",
- "data": "2024 Sample Question Paper with Marking Scheme",
- "style": { "fontSize": 14, "fontWeight": "bold", "color": "#002244" }
- }
- },
- {
- "type": "container",
- "margin": { "bottom": 12 },
- "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
- "decoration": {
- "color": "#FFFFFF",
- "borderRadius": 8,
- "border": { "color": "#E0E0E0", "width": 1 }
- },
- "child": {
- "type": "text",
- "data": "2023 Previous Year Solved Board Paper",
- "style": { "fontSize": 14, "fontWeight": "bold", "color": "#002244" }
- }
- }
- ]
- },
- {
- "type": "listView",
- "padding": { "top": 12, "left": 16, "right": 16, "bottom": 12 },
- "children": [
- {
- "type": "container",
- "margin": { "bottom": 12 },
- "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
- "decoration": {
- "color": "#FFFFFF",
- "borderRadius": 8,
- "border": { "color": "#E0E0E0", "width": 1 }
- },
- "child": {
- "type": "text",
- "data": "Quick Formula Revision Notes - Chapterwise",
- "style": { "fontSize": 14, "fontWeight": "bold", "color": "#D32F2F" }
- }
- }
- ]
- },
- {
- "type": "listView",
- "padding": { "top": 12, "left": 16, "right": 16, "bottom": 12 },
- "children": [
- {
- "type": "container",
- "margin": { "bottom": 12 },
- "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
- "decoration": {
- "color": "#FFFFFF",
- "borderRadius": 8,
- "border": { "color": "#E0E0E0", "width": 1 }
- },
- "child": {
- "type": "text",
- "data": "Online Mock Test Series 1 - 30 Minutes",
- "style": { "fontSize": 14, "fontWeight": "bold", "color": "#7B1FA2" }
- }
- }
- ]
- }
- ]
- },
- "bottomNavigationBar": {
- "type": "container",
- "child": {
- "type": "tabBar",
- "isScrollable": false,
- "indicatorColor": "#FF7A00",
- "labelColor": "#FF7A00",
- "unselectedLabelColor": "#8E8E93",
- "labelStyle": { "fontSize": 10, "fontWeight": "bold" },
- "unselectedLabelStyle": { "fontSize": 10, "fontWeight": "normal" },
- "tabs": [
- {
- "type": "tab",
- "text": "Syllabus",
- "icon": {
- "type": "svg",
- "sourceType": "network",
- "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
- "width": 20,
- "height": 20
- }
- },
- {
- "type": "tab",
- "text": "Books",
- "icon": {
- "type": "svg",
- "sourceType": "network",
- "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
- "width": 20,
- "height": 20
- }
- },
- {
- "type": "tab",
- "text": "Papers",
- "icon": {
- "type": "svg",
- "sourceType": "network",
- "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
- "width": 20,
- "height": 20
- }
- },
- {
- "type": "tab",
- "text": "Notes",
- "icon": {
- "type": "svg",
- "sourceType": "network",
- "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
- "width": 20,
- "height": 20
- }
- },
- {
- "type": "tab",
- "text": "Tests",
- "icon": {
- "type": "svg",
- "sourceType": "network",
- "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
- "width": 20,
- "height": 20
- }
- }
- ]
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment