This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
smartfarm
/
mobile-app
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
206
Commits
9
Branches
Tree:
b42dfdc671
bugfix/20250501
develop_migrate
master
phase2
phase2_apinhatky
phase2_dev
qrcode_management
smf
smf_upgrate
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'b42dfdc671'
${ noResults }
mobile-app
/
lib
/
custom_model
/
Media.dart
6 lines
80B
Raw
Blame
History
class Media {
String pathFile;
bool isVideo;
bool isServerFile = false;
}