Easy Way to Use Professional Flutter Codes for any Applications

flutter_prakash

A simple calculator library by Prakash Bahadur Chand.

Description

flutter_prakash is a Dart library that provides a basic calculator functionality. It includes a Calculator class with methods for performing arithmetic operations.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division

Installation

To use this package, add flutter_prakash as a dependency in your pubspec.yaml file.

dependencies:
  flutter:
    sdk: flutter
  flutter_prakash: ^1.0.0

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_prakash

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_prakash: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_prakash/flutter_prakash.dart'; 

Download details:

Author: 

Source: https://pub.dev/packages/flutter_prakash

#flutter #android #code 

Easy Way to Use Professional Flutter Codes for any Applications
1.00 GEEK