Giter Site home page Giter Site logo

csg6project1 / cambodia_geography_mobile Goto Github PK

View Code? Open in Web Editor NEW
17.0 1.0 5.0 15.87 MB

Discover places & geography around Cambodia ๐Ÿ“

Home Page: https://play.google.com/store/apps/details?id=com.juniorise.camgeo

License: MIT License

Dart 98.49% Kotlin 0.03% Swift 0.11% Objective-C 0.01% Ruby 0.30% HTML 0.87% Shell 0.05% JavaScript 0.15%
flutter dart geography cambodia

cambodia_geography_mobile's Introduction

Cambodia Geography

Image

Getting Started

In this project, we use flutter 2.8.0. If you have different version, you should consider install FVM.

Prerequisites

fvm flutter pub get
fvm flutter run

Built with

  • Flutter - The framework used
  • Dart - The language used

Data use

Code generation

Model generations with JSON Serialization

We uses Json Serializable [ https://flutter.dev/docs/development/data-and-backend/json#code-generation ] package build tool to generate model from Json to Class object. In case you want to add more fields model or even change the model data type, you need to run the command:

flutter pub run build_runner build --delete-conflicting-outputs

Assets generations with flutter_gen

We also use flutter_gen which is the Flutter code generator for your assets, fonts, colors, โ€ฆ โ€” to Get rid of all String-based APIs.

Installation: [https://pub.dev/packages/flutter_gen/install]

Generate new assets:

fluttergen
Widget build(BuildContext context) {
  return Assets.images.profile.image();
}

Generation Translation from GoogleSheet

We use Google Sheet as the source of our translation. Run this following command to generate the translation file. eg. km.json

./scripts/translation_gen/generate_localize_json_files.sh

Check sign in report

Get info such as Variant, Config, Store, Alias, MD5, SHA1, SHA-256, Valid until with following command:

cd android
./gradlew signingReport

Authors

Group 4 - CADT's students. See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

cambodia_geography_mobile's People

Contributors

darot-chen avatar theachoem avatar vatanakchamroeun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cambodia_geography_mobile's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.