A small collection of custom scalars for EdgeDB, ensuring valid values going into the database.
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:async'; | |
/* If there is an error that points about the minSdkVersion, | |
change the number (minSdkVersion 16) to 19 in $PROJECT_ROOT/android/app/build.gradle */ | |
// example: https://github.com/pauldemarco/flutter_blue/tree/master/example/lib | |
import 'package:flutter_blue/flutter_blue.dart'; // for BLE | |
import 'package:flutter/material.dart'; | |
import 'utils/enums.dart'; | |
class BLEData { | |
// "00010000-0002-1000-8000-00805f9b34fb" |
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
ffmpeg -i input_file.mp4 -framerate 30 -c:v libvpx-vp9 -an -vf scale=512:512 -pix_fmt yuva420p output_sticker.webm |
OlderNewer