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
| { | |
| "$schema": "http://json-schema.org/draft-07/schema", | |
| "$id": "https://json.schemastore.org/mason-brick", | |
| "title": "brick.yaml", | |
| "description": "mason brick Configuration File", | |
| "definitions": { | |
| "version": { | |
| "type": "string", | |
| "pattern": "^\\d+\\.\\d+\\.\\d+(?:[+-]\\S+)?$" | |
| }, |
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:at_client_mobile/at_client_mobile.dart'; | |
| import 'package:at_client/at_client.dart'; | |
| import 'package:at_commons/at_commons.dart'; | |
| import 'package:path_provider/path_provider.dart'; | |
| import 'package:at_birdhouse/utils/constants.dart';//TODO YOUR constants file here | |
| class ClientService { | |
| ClientService._internal(); | |
| static final ClientService _singleton = ClientService._internal(); |
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
| variant: fcos | |
| version: 1.3.0 | |
| passwd: | |
| users: | |
| - name: core | |
| password_hash: PASSWORD_PLACEHOLDER | |
| - name: root | |
| groups: | |
| - docker |
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
| { | |
| "name": "VSCode", | |
| "background": "#21252b", | |
| "foreground": "#dfdfdf", | |
| "cursorColor": "#f8f8f0", | |
| "black": "#000000", | |
| "blue": "#2472c8", | |
| "cyan": "#11a8cd", | |
| "green": "#0dbc79", | |
| "purple": "#bc3fbc", |
NewerOlder