Skip to content

Tracking app using flutter technology design inspired from dribbble

Notifications You must be signed in to change notification settings

agryva/trackpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trackpack

Total downloads on GitHub. Recommend me on LinkedIn

Description

This application is made to hone our ability to create a User Interface that has been created by the UI designer using flutter technology, not only is this application useful for entering admob into the application

Screenshots

Gif

Download

Download Release APK

Getting Started

  • Please change application id in Android project or iOS project
  • Make a firebase project using new application id that you have made before
  • Make a admob project using new application id that you have made before
  • sync a admob project with your firebase project (you can see tutorial in google 😁)

Change Admob Id

put your admob appId, interestid, bannerid in utils.dart file

  static final String appId = "YOUR KEY" ?? FirebaseAdMob.testAppId;
  static final String interestId = "YOUR KEY" ?? InterstitialAd.testAdUnitId;
  static final String bannerId ="YOUR KEY" ?? BannerAd.testAdUnitId;

Running

  Flutter build apk

Using Dependencies:

Dependency Name Version
google_font 1.1.0
cached_network_image 2.2.0+1
image_ink_well ^0.1.0
eva_icons_flutter 2.0.0
permission_handler 5.0.0+hotfix.6
flutter_staggered_animations "^0.1.2"
firebase_core 0.4.0+9
edge_alert 0.0.1
firebase_analytics 5.0.2
firebase_admob 0.9.3+2
flutter_config 1.0.7
lottie 0.3.6
flutter_spinkit 4.1.2

Donate

If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of ☕

About

Tracking app using flutter technology design inspired from dribbble

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages