Skip to content

Instantly share code, notes, and snippets.

@kirshiyin89
Last active September 30, 2020 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirshiyin89/c191fe6d762544e34fa41bbddf28334e to your computer and use it in GitHub Desktop.
Save kirshiyin89/c191fe6d762544e34fa41bbddf28334e to your computer and use it in GitHub Desktop.
MyApp stateless widget holding the tabbar view
import 'package:flutter/material.dart';
import 'configdata.dart';
import 'etcdservice.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
static const String _title = 'Admin UI Console';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment