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'; | |
class OutlinedInputBorder extends InputBorder { | |
/// Creates a rounded rectangle outline border for an [InputDecorator]. | |
/// | |
/// If the [borderSide] parameter is [BorderSide.none], it will not draw a | |
/// border. However, it will still define a shape (which you can see if | |
/// [InputDecoration.filled] is true). | |
/// | |
/// If an application does not specify a [borderSide] parameter of |
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
[ | |
{ code: 'AD', label: 'Andorra', phone: '376', phoneLength: 6}, | |
{ code: 'AE', label: 'United Arab Emirates', phone: '971', phoneLength: 9}, | |
{ code: 'AF', label: 'Afghanistan', phone: '93', phoneLength: 9}, | |
{ code: 'AG', label: 'Antigua and Barbuda', phone: '1-268', phoneLength: 10}, | |
{ code: 'AI', label: 'Anguilla', phone: '1-264', phoneLength: 10}, | |
{ code: 'AL', label: 'Albania', phone: '355', phoneLength: 9}, | |
{ code: 'AM', label: 'Armenia', phone: '374', phoneLength: 6}, | |
{ code: 'AO', label: 'Angola', phone: '244', phoneLength: 9}, | |
{ code: 'AQ', label: 'Antarctica', phone: '672', phoneLength: 6}, |
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 'dart:convert'; | |
import 'dart:math'; | |
import 'dart:typed_data'; | |
import "package:pointycastle/export.dart"; | |
import "package:asn1lib/asn1lib.dart"; | |
List<int> decodePEM(String pem) { | |
var startsWith = [ | |
"-----BEGIN PUBLIC KEY-----", | |
"-----BEGIN PRIVATE KEY-----", |
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
/* | |
*** Academy Engraved LET *** | |
AcademyEngravedLetPlain | |
--------------------- | |
*** Al Nile *** | |
AlNile | |
AlNile-Bold | |
--------------------- | |
*** American Typewriter *** | |
AmericanTypewriter |