Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Mobile App
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Code
Mobile App
Commits
4e213575
Commit
4e213575
authored
5 years ago
by
igorwork
Committed by
Markin Igor
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Rearrange directories.
parent
7e6db343
No related branches found
Branches containing commit
Tags
v2.0.0
Tags containing commit
1 merge request
!1
Mobile app initial implementation.
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
lib/main-dev.dart
+1
-1
1 addition, 1 deletion
lib/main-dev.dart
lib/main.dart
+1
-1
1 addition, 1 deletion
lib/main.dart
lib/src/app.dart
+0
-0
0 additions, 0 deletions
lib/src/app.dart
lib/src/screens/home.dart
+1
-1
1 addition, 1 deletion
lib/src/screens/home.dart
with
3 additions
and
3 deletions
lib/main-dev.dart
+
1
−
1
View file @
4e213575
import
'package:flutter/material.dart'
;
import
'app.dart'
;
import
'
package:Vereign/src/
app.dart'
;
import
'config.dart'
;
void
main
()
{
Config
.
appFlavor
=
Flavor
.
DEVELOPMENT
;
...
...
This diff is collapsed.
Click to expand it.
lib/main.dart
+
1
−
1
View file @
4e213575
import
'package:flutter/material.dart'
;
import
'app.dart'
;
import
'
package:Vereign/src/
app.dart'
;
import
'config.dart'
;
void
main
()
{
Config
.
appFlavor
=
Flavor
.
PRODUCTION
;
...
...
This diff is collapsed.
Click to expand it.
lib/app.dart
→
lib/
src/
app.dart
+
0
−
0
View file @
4e213575
File moved
This diff is collapsed.
Click to expand it.
lib/screens/home.dart
→
lib/
src/
screens/home.dart
+
1
−
1
View file @
4e213575
...
...
@@ -5,7 +5,7 @@ import 'package:url_launcher/url_launcher.dart';
import
'dart:developer'
;
import
'dart:convert'
;
import
'../config.dart'
;
import
'../
../
config.dart'
;
class
Home
extends
StatefulWidget
{
Home
({
@required
this
.
mode
,
@required
this
.
invokerURL
,
@required
this
.
setMode
});
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment