Created
January 13, 2019 12:43
-
-
Save amsokol/f92a12262181673fdfe0be8c1b2c5a90 to your computer and use it in GitHub Desktop.
flutter-grpc-tutorial.flutter_client.lib.main.dart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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