import 'package:flutter/painting.dart'; import 'package:loris/business_logic/settings.dart'; const String name = "loris"; const String version = "v0.1 'is this thing on'"; const String useragent = "$name/$version"; const String website = "https://git.kittycat.homes/zoe/loris"; const String legalese = "todo"; const Map defaultHeaders = { "User-Agent": useragent, "accept": "application/json", "Content-Type": "application/json" }; const List bad = [ "gab.com", "spinster.xyz", "truthsocial.com", "poa.st", "gleasonator.com", "shitposter.club", "freespeechextremist.com" ]; const List availableLocales = [Locale("en"), Locale("de")]; Settings? settings;