Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amsokol/f92a12262181673fdfe0be8c1b2c5a90 to your computer and use it in GitHub Desktop.
Save amsokol/f92a12262181673fdfe0be8c1b2c5a90 to your computer and use it in GitHub Desktop.
flutter-grpc-tutorial.flutter_client.lib.main.dart
import 'package:flutter/material.dart';
import 'app.dart';
/// main is entry point of Flutter application
void main() {
runApp(FriendlychatApp());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment