Step 1: Install Nginx HTTP Server On Ubuntu
Step 2: Install MySQL to Manage Site Data
Step 3: Install PHP7.2 and PHP7.2-FPM
Step 4: Configure Nginx PHP-FPM Settings
Step 5: phpMyAdmin
This file contains 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 'dart:io'; | |
import 'package:bar_rest_flutter/environments/environment.dart'; | |
import 'package:bar_rest_flutter/managers/ping_manager.dart'; | |
import 'package:bar_rest_flutter/managers/session_manager.dart'; | |
import 'package:bar_rest_flutter/managers/synchronize_manager.dart'; | |
import 'package:bar_rest_flutter/packages/dafluta/dafluta.dart'; | |
import 'package:bar_rest_flutter/resources/localizations.dart'; | |
import 'package:bar_rest_flutter/resources/palette.dart'; | |
import 'package:bar_rest_flutter/routes/routes.dart'; |
This file contains 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'; | |
class MainScreen extends StatefulWidget { | |
const MainScreen(); | |
@override | |
_MainScreenState createState() => _MainScreenState(); | |
} | |
class _MainScreenState extends State<MainScreen> { |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install node
brew install watchman
npm install -g react-native-cli