This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const skills = [ | |
| { label: 'Perception', value: 'perception' }, | |
| { label: 'Acrobatics', value: 'acrobatics' }, | |
| { label: 'Deception', value: 'deception' }, | |
| { label: 'Intimidation', value: 'intimidation' }, | |
| { label: 'Nature', value: 'nature' }, | |
| { label: 'Performance', value: 'performance' }, | |
| { label: 'Society', value: 'society' }, | |
| { label: 'Survival', value: 'survival' }, | |
| { label: 'Arcana', value: 'arcana' }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| /// The ResponsiveLayout widget handles showing the correct widget based on | |
| /// screen sizes. | |
| /// | |
| /// Similar to UI libraries like TailwindCSS it chooses the layout on width. | |
| /// | |
| /// Breakpoints: | |
| /// - Mobile: 0px - 959px (default) | |
| /// - Tablet: 960px - 1439px |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "deallocs-preset", | |
| "title": "dealloc's preset", | |
| "version": "1.0.0", | |
| "compatibility": { | |
| "minimum": "12", | |
| "verified": "12" | |
| }, | |
| "relationships": { | |
| "requires": [ |
OlderNewer