mad2_shop 1.4.6
mad2_shop: ^1.4.6 copied to clipboard
Shop page for JagHub for FBLA's Coding and Programming event. 2022-23.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mad2_shopThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mad2_shop: ^1.4.6Alternatively, 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:mad2_shop/confirmation_page.dart';
import 'package:mad2_shop/den_page.dart';
import 'package:mad2_shop/prize_landingpage.dart';
import 'package:mad2_shop/shop_page.dart';