Skip to content

Instantly share code, notes, and snippets.

View furaiev's full-sized avatar
💻
Debugging is my cardio

Oleksii Furaiev furaiev

💻
Debugging is my cardio
View GitHub Profile
import 'dart:async';
import 'dart:convert';
import 'package:amazon_cognito_identity_dart_2/cognito.dart';
import 'package:amazon_cognito_identity_dart_2/sig_v4.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:image_picker/image_picker.dart';
import 'package:async/async.dart';
import 'package:path/path.dart' as path;
@furaiev
furaiev / README.md
Created April 16, 2020 08:40 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store

Keybase proof

I hereby claim:

  • I am furaiev on github.
  • I am furaiev (https://keybase.io/furaiev) on keybase.
  • I have a public key ASBBeDTCIIPUNpwkHqjlR3UlWs_C8tXTPTgRfihgthXN0Qo

To claim this, I am signing this object:

void main() {
try {
print(Uri.encodeFull('ä, ö, ü'));
} catch (e) {
print(e);
}
}