As configured in my dotfiles.
start new:
tmux
start new with session name:
| import csv | |
| import json | |
| import os | |
| cmd_path = os.path.dirname(__file__) | |
| # Init file | |
| intl_name = 'intl_vi' | |
| arb_file_path = cmd_path + '/' + 'lib/l10n/' + intl_name + '.arb' | |
| csv_file_path = cmd_path + '/' + 'lib/l10n/' + intl_name + '.csv' |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter_login_manager/splash_screen.dart'; | |
| import 'package:flutter_login_manager/model/login_info.dart'; | |
| import 'package:flutter_login_manager/model/login.dart' as loginManager; | |
| import 'package:flutter_login_manager/home_screen.dart'; | |
| void main() => runApp(MyApp()); | |
| class MyApp extends StatefulWidget { | |
| @override |
| #if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end | |
| import android.app.Activity; | |
| import android.app.Fragment; | |
| import android.app.FragmentManager; | |
| #parse("File Header.java") | |
| public class ${NAME} extends Fragment { | |
| private static final String FRAG_TAG = ${NAME}.class.getCanonicalName(); |
| package gr.spiritinlife.AnimationBlackToRedBox; | |
| import android.content.Context; | |
| import android.content.res.Resources; | |
| import android.graphics.Bitmap; | |
| import android.graphics.BitmapFactory; | |
| import android.graphics.Canvas; | |
| import android.graphics.Rect; | |
| import android.util.AttributeSet; | |
| import android.util.Log; |
| // Simulate config options from your production environment by | |
| // customising the .env file in your project's root folder. | |
| require('dotenv')().load(); | |
| // Require keystone and i18n | |
| var keystone = require('keystone'), | |
| i18n= require('i18n'); | |
| // Initialise Keystone with your project's configuration. | |
| // See http://keystonejs.com/guide/config for available options |
As configured in my dotfiles.
start new:
tmux
start new with session name: