event_crew 0.0.6 copy "event_crew: ^0.0.6" to clipboard
event_crew: ^0.0.6 copied to clipboard

The package for event crew with any functional such as scan qr check in with vibration.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'home.dart';

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

class MyApp extends StatefulWidget {

  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        // This is the theme of your application.
        //
        // Try running your application with "flutter run". You'll see the
        // application has a blue toolbar. Then, without quitting the app, try
        // changing the primarySwatch below to Colors.green and then invoke
        // "hot reload" (press "r" in the console where you ran "flutter run",
        // or simply save your changes to "hot reload" in a Flutter IDE).
        // Notice that the counter didn't reset back to zero; the application
        // is not restarted.
        primarySwatch: Colors.blue,
      ),
      home: HomePage(),
    );
  }
}
0
likes
110
pub points
41%
popularity

Publisher

unverified uploader

The package for event crew with any functional such as scan qr check in with vibration.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

animated_text_kit, cupertino_icons, flutter, flutter_dotenv, flutter_ringtone_player, http, lottie, provider, qr_code_scanner, rename, shared_preferences, socket_io_client, transition, vibration

More

Packages that depend on event_crew