flutter_converter 0.0.2 copy "flutter_converter: ^0.0.2" to clipboard
flutter_converter: ^0.0.2 copied to clipboard

In this package we are cover to convert.

flutter_material_ui #

A Flutter plugin for implement convert anything Let's start...

Getting started #

To use this plugin, add flutter_converter as a dependency in your pubspec.yaml file.

Example

import 'package:flutter/material.dart';
import 'package:flutter_converter/flutter_converter.dart';

void main() {
  runApp(
    MaterialApp(
      home: Scaffold(
        body: SafeArea(
          child: Text(FC.Month('May')),
        ),
      ),
    ),
  );
}

Our Contributors #

1
likes
125
points
37
downloads

Documentation

API reference

Publisher

verified publishersoccerspicy.com

Weekly Downloads

In this package we are cover to convert.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_converter