tuto 0.0.1 copy "tuto: ^0.0.1" to clipboard
tuto: ^0.0.1 copied to clipboard

discontinued

guide them all

example/main.dart

import 'package:flutter/material.dart';

import 'home.dart';

void main() => runApp(const MyApp());

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Flutter User Guide Demo',
      theme: ThemeData(primarySwatch: Colors.blue),
      home: const HomePageWithGuiding(),
    );
  }
}
0
likes
120
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

guide them all

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, just_audio, just_audio_windows

More

Packages that depend on tuto