figma_string_extension 0.0.1 copy "figma_string_extension: ^0.0.1" to clipboard
figma_string_extension: ^0.0.1 copied to clipboard

Convert Figma String to Flutter Widget

example/main.dart

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

main() {
  runApp(MaterialApp(
    home: Scaffold(
      body: Center(
        child: Container(
          width: 50,
          height: 50,
          decoration: BoxDecoration(
            color: '#D8F0FEF1'.asColor,
            boxShadow: 'box-shadow: 0px 3px 3px 0px #0000001F;'.asBoxShadows,
          ),
          child: const Text("hello"),
        ),
      ),
    ),
  ));
}
0
likes
0
points
188
downloads

Publisher

verified publisherwyattcoder.top

Weekly Downloads

Convert Figma String to Flutter Widget

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on figma_string_extension