ms_store_trial 1.0.2
ms_store_trial: ^1.0.2 copied to clipboard
Use Microsoft Store to offer a trial version of your Flutter app on Windows.
import 'package:flutter/material.dart';
import 'package:ms_store_trial_example/development_app.dart';
import 'package:ms_store_trial_example/example_app.dart';
void main() {
// For development purposes:
runApp(const DevelopmentApp());
// For quick examples:
//runApp(const ExampleApp());
}