flutter_user_guildance 2.0.3 copy "flutter_user_guildance: ^2.0.3" to clipboard
flutter_user_guildance: ^2.0.3 copied to clipboard

outdated

Provide user guildance to user

example/lib/main.dart

import 'package:flutter/material.dart';

import 'route.dart';

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

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

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Section View Demo',
      routes: SectionViewRoute.routes,
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
    );
  }
}
11
likes
0
points
432
downloads

Publisher

unverified uploader

Weekly Downloads

Provide user guildance to user

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_user_guildance