Skip to content
Discussion options

You must be logged in to vote

Hi @nank1ro ,

We don't have a similar API on Fleather. For now you can do something like following, though it's not ideal and is couple of frames behind the editor (2 frames at minimum I think). The code is based on example app.

import 'dart:convert';
import 'dart:io';

import 'package:fleather/fleather.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/services.dart';
import 'package:flutter_localizations/flutter_localizations.dart';
import 'package:image_picker/image_picker.dart';
import 'package:url_launcher/url_launcher.dart';

void main() {
  runApp(const FleatherApp());
}

class Fl…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nank1ro
Comment options

Answer selected by nank1ro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants