Flutter Accident Reporting App
A Flutter Accident reporting App working in both iOS and Android.This project total size of all Dart files is 4714 bites. The packages used in this project all are dynamic and have have broad applicability. Specially the human_anatomy package is super unique, developer can use that package for medical relative app.
Goals for this sample
The Global status report on road safety 2015, reflecting information from 180 countries, indicates that worldwide the total number of road traffic deaths has plateaued at 1.25 million per year.
A report of Gazette Review by By Barry W Stanton on March 31, 2017, says that Rape crime rates are going higher in many countries.
Not only road collisions and abuse cases, there are also Assaults, Abduction, Larceny, fire disasters in various parts of the world.
When people come across any such conflicts, they crave to report to the police. But their fear hinders them.
my goal in to give developer some tools so that they can defend crime on level best and contribute to the society.
The important bits
for MacOs No configuration required - the project should work out of the box.
The Project Developed On MacOs platform so if you run it on windows it will be show some error like Flutter SDk or Android SDk not Found.
In that case you have to flow this step.
In that case you have to flow this step.
- create a new flutter project(include kotlin and swift)
- add the flowing two permission in your 'AndroidManifest.xml' file
- add project assets folder to your project root
- add project 'pubspec.yaml' assets: section to your project 'pubspec.yaml'
- [convert your android to AndroidX] (https://flutter.dev/docs/development/packages-and-plugins/androidx-compatibility)
- Then, Add the packages to your project 'pubspec.yaml'
- Replace your 'main.dart' by the project 'main.dart'
- You are ready to go...