fastyle_financial 0.0.5+2 copy "fastyle_financial: ^0.0.5+2" to clipboard
fastyle_financial: ^0.0.5+2 copied to clipboard

Set of Financial Widgets for the fastyle library.

example/lib/main.dart

import 'package:fastyle_dart/fastyle_dart.dart';
import 'package:matex_financial/financial.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatefulWidget {
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return const FastApp(
      home: Scaffold(
          body: FastSectionPage(
        child: Column(
          children: [
            MatexSelectCurrencyField(),
          ],
        ),
      )),
    );
  }
}
0
likes
0
pub points
9%
popularity

Publisher

unverified uploader

Set of Financial Widgets for the fastyle library.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, fastyle_dart, fastyle_images, flutter, matex_dart, t_helpers

More

Packages that depend on fastyle_financial