mmi

mainpage

mmi
Jul 31st, 2026 (edited)
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.87 KB | None | 0 0
  1. {
  2. "type": "materialApp",
  3. "themeMode": "system",
  4. "theme": {
  5. "scaffoldBackgroundColor": "#F8F9FA",
  6. "primaryColor": "#FF7A00",
  7. "appBarTheme": {
  8. "backgroundColor": "#002244",
  9. "foregroundColor": "#FFFFFF"
  10. }
  11. },
  12. "darkTheme": {
  13. "scaffoldBackgroundColor": "#121212",
  14. "primaryColor": "#FF9800",
  15. "appBarTheme": {
  16. "backgroundColor": "#1E1E1E",
  17. "foregroundColor": "#FFFFFF"
  18. }
  19. },
  20. "home": {
  21. "type": "defaultTabController",
  22. "length": 5,
  23. "child": {
  24. "type": "scaffold",
  25. "appBar": {
  26. "type": "appBar",
  27. "title": { "type": "text", "data": "Study Resources" }
  28. },
  29. "body": {
  30. "type": "tabBarView",
  31. "children": [
  32.  
  33. {
  34. "type": "listView",
  35. "padding": { "top": 12, "left": 16, "right": 16, "bottom": 12 },
  36. "children": [
  37. {
  38. "type": "container",
  39. "margin": { "bottom": 12 },
  40. "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
  41. "decoration": {
  42. "color": "#FFFFFF",
  43. "borderRadius": 8,
  44. "border": { "color": "#E0E0E0", "width": 1 }
  45. },
  46. "child": {
  47. "type": "row",
  48. "children": [
  49. {
  50. "type": "svg",
  51. "sourceType": "network",
  52. "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
  53. "width": 32,
  54. "height": 32
  55. },
  56. { "type": "sizedBox", "width": 12 },
  57. {
  58. "type": "column",
  59. "crossAxisAlignment": "start",
  60. "children": [
  61. {
  62. "type": "text",
  63. "data": "Chapter 1: Real Numbers",
  64. "style": { "fontSize": 15, "fontWeight": "bold" }
  65. },
  66. { "type": "sizedBox", "height": 4 },
  67. {
  68. "type": "text",
  69. "data": "Complete syllabus outline and topics",
  70. "style": { "fontSize": 12, "color": "#757575" }
  71. }
  72. ]
  73. }
  74. ]
  75. }
  76. },
  77. {
  78. "type": "container",
  79. "margin": { "bottom": 12 },
  80. "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
  81. "decoration": {
  82. "color": "#FFFFFF",
  83. "borderRadius": 8,
  84. "border": { "color": "#E0E0E0", "width": 1 }
  85. },
  86. "child": {
  87. "type": "row",
  88. "children": [
  89. {
  90. "type": "svg",
  91. "sourceType": "network",
  92. "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
  93. "width": 32,
  94. "height": 32
  95. },
  96. { "type": "sizedBox", "width": 12 },
  97. {
  98. "type": "column",
  99. "crossAxisAlignment": "start",
  100. "children": [
  101. {
  102. "type": "text",
  103. "data": "Chapter 2: Polynomials",
  104. "style": { "fontSize": 15, "fontWeight": "bold" }
  105. },
  106. { "type": "sizedBox", "height": 4 },
  107. {
  108. "type": "text",
  109. "data": "Detailed syllabus sub-topics",
  110. "style": { "fontSize": 12, "color": "#757575" }
  111. }
  112. ]
  113. }
  114. ]
  115. }
  116. }
  117. ]
  118. },
  119.  
  120.  
  121. {
  122. "type": "listView",
  123. "padding": { "top": 12, "left": 16, "right": 16, "bottom": 12 },
  124. "children": [
  125. {
  126. "type": "container",
  127. "margin": { "bottom": 12 },
  128. "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
  129. "decoration": {
  130. "color": "#FFFFFF",
  131. "borderRadius": 8,
  132. "border": { "color": "#E0E0E0", "width": 1 }
  133. },
  134. "child": {
  135. "type": "text",
  136. "data": "NCERT Mathematics Class 10 Textbook PDF",
  137. "style": { "fontSize": 14, "fontWeight": "w600" }
  138. }
  139. },
  140. {
  141. "type": "container",
  142. "margin": { "bottom": 12 },
  143. "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
  144. "decoration": {
  145. "color": "#FFFFFF",
  146. "borderRadius": 8,
  147. "border": { "color": "#E0E0E0", "width": 1 }
  148. },
  149. "child": {
  150. "type": "text",
  151. "data": "NCERT Exemplar Solutions Book",
  152. "style": { "fontSize": 14, "fontWeight": "w600" }
  153. }
  154. }
  155. ]
  156. },
  157.  
  158.  
  159. {
  160. "type": "listView",
  161. "padding": { "top": 12, "left": 16, "right": 16, "bottom": 12 },
  162. "children": [
  163. {
  164. "type": "container",
  165. "margin": { "bottom": 12 },
  166. "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
  167. "decoration": {
  168. "color": "#FFFFFF",
  169. "borderRadius": 8,
  170. "border": { "color": "#E0E0E0", "width": 1 }
  171. },
  172. "child": {
  173. "type": "text",
  174. "data": "2024 Sample Question Paper with Marking Scheme",
  175. "style": { "fontSize": 14, "fontWeight": "bold", "color": "#002244" }
  176. }
  177. },
  178. {
  179. "type": "container",
  180. "margin": { "bottom": 12 },
  181. "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
  182. "decoration": {
  183. "color": "#FFFFFF",
  184. "borderRadius": 8,
  185. "border": { "color": "#E0E0E0", "width": 1 }
  186. },
  187. "child": {
  188. "type": "text",
  189. "data": "2023 Previous Year Solved Board Paper",
  190. "style": { "fontSize": 14, "fontWeight": "bold", "color": "#002244" }
  191. }
  192. }
  193. ]
  194. },
  195.  
  196.  
  197. {
  198. "type": "listView",
  199. "padding": { "top": 12, "left": 16, "right": 16, "bottom": 12 },
  200. "children": [
  201. {
  202. "type": "container",
  203. "margin": { "bottom": 12 },
  204. "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
  205. "decoration": {
  206. "color": "#FFFFFF",
  207. "borderRadius": 8,
  208. "border": { "color": "#E0E0E0", "width": 1 }
  209. },
  210. "child": {
  211. "type": "text",
  212. "data": "Quick Formula Revision Notes - Chapterwise",
  213. "style": { "fontSize": 14, "fontWeight": "bold", "color": "#D32F2F" }
  214. }
  215. }
  216. ]
  217. },
  218.  
  219.  
  220. {
  221. "type": "listView",
  222. "padding": { "top": 12, "left": 16, "right": 16, "bottom": 12 },
  223. "children": [
  224. {
  225. "type": "container",
  226. "margin": { "bottom": 12 },
  227. "padding": { "top": 12, "left": 12, "right": 12, "bottom": 12 },
  228. "decoration": {
  229. "color": "#FFFFFF",
  230. "borderRadius": 8,
  231. "border": { "color": "#E0E0E0", "width": 1 }
  232. },
  233. "child": {
  234. "type": "text",
  235. "data": "Online Mock Test Series 1 - 30 Minutes",
  236. "style": { "fontSize": 14, "fontWeight": "bold", "color": "#7B1FA2" }
  237. }
  238. }
  239. ]
  240. }
  241. ]
  242. },
  243. "bottomNavigationBar": {
  244. "type": "container",
  245. "child": {
  246. "type": "tabBar",
  247. "isScrollable": false,
  248. "indicatorColor": "#FF7A00",
  249. "labelColor": "#FF7A00",
  250. "unselectedLabelColor": "#8E8E93",
  251. "labelStyle": { "fontSize": 10, "fontWeight": "bold" },
  252. "unselectedLabelStyle": { "fontSize": 10, "fontWeight": "normal" },
  253. "tabs": [
  254. {
  255. "type": "tab",
  256. "text": "Syllabus",
  257. "icon": {
  258. "type": "svg",
  259. "sourceType": "network",
  260. "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
  261. "width": 20,
  262. "height": 20
  263. }
  264. },
  265. {
  266. "type": "tab",
  267. "text": "Books",
  268. "icon": {
  269. "type": "svg",
  270. "sourceType": "network",
  271. "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
  272. "width": 20,
  273. "height": 20
  274. }
  275. },
  276. {
  277. "type": "tab",
  278. "text": "Papers",
  279. "icon": {
  280. "type": "svg",
  281. "sourceType": "network",
  282. "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
  283. "width": 20,
  284. "height": 20
  285. }
  286. },
  287. {
  288. "type": "tab",
  289. "text": "Notes",
  290. "icon": {
  291. "type": "svg",
  292. "sourceType": "network",
  293. "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
  294. "width": 20,
  295. "height": 20
  296. }
  297. },
  298. {
  299. "type": "tab",
  300. "text": "Tests",
  301. "icon": {
  302. "type": "svg",
  303. "sourceType": "network",
  304. "src": "https://joshappfeeds.jagranjosh.com/jagran_josh_app/icons/engineer_new.svg",
  305. "width": 20,
  306. "height": 20
  307. }
  308. }
  309. ]
  310. }
  311. }
  312. }
  313. }
  314. }
Advertisement
Add Comment
Please, Sign In to add comment