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

This is optional for your own personal packages, but if you intend to publish your package you must provide a description, which should be in English. The description should be relatively short—60 to [...]

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:gun_base_example/pages/pages.dart';

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

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

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

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: const ExamplePage(),
    );
  }
}
0
likes
90
pub points
23%
popularity

Publisher

unverified uploader

This is optional for your own personal packages, but if you intend to publish your package you must provide a description, which should be in English. The description should be relatively short—60 to 180 characters—and tell a casual reader what they might want to know about your package

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, focus_detector, intl, keyboard_dismisser, plugin_platform_interface

More

Packages that depend on gun_base