Skip to content

A lightweight Flutter plugin for making payments and printing on MyPos

License

Notifications You must be signed in to change notification settings

amentone/my_poster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_poster

🚨 my_poster is in beta - please provide feedback (and/or contribute) if you find issues 💙️

A lightweight Flutter plugin for making payments and printing on MyPos .

Installation (TODO)

Requirements (TODO)

Usage example (TODO)

// main.dart
import 'package:my_poster/my_poster.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  
  runApp(App());
}

// my_poster_screen.dart
class MyPosterScreen extends StatelessWidget {
  
  @override
  Widget build(BuildContext context) {
    return Scaffold(
     
    );
  }
}

Run the example app

  • Install the dependencies
    • flutter pub get
  • Start the example
    • flutter run

Contributing

You can help us make this project better, feel free to open an new issue or a pull request.

About

A lightweight Flutter plugin for making payments and printing on MyPos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published