fastyle_calculator 1.9.0 copy "fastyle_calculator: ^1.9.0" to clipboard
fastyle_calculator: ^1.9.0 copied to clipboard

Set of calculator Widgets for the fastyle library.

example/lib/main.dart

import 'package:fastyle_calculator_example/ui/pages/sum_calculator.page.dart';
import 'package:fastyle_dart/fastyle_dart.dart';
import 'package:flutter/material.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const FastApp(home: SumCalculatorPage());
  }
}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Set of calculator Widgets for the fastyle library.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cross_file, fastyle_dart, flutter, pdf, printing, t_helpers, tbloc, tmodel, tstore

More

Packages that depend on fastyle_calculator