Skip to content

nedpuganti/wetrac

Repository files navigation

wetrac

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

commands

  • flutter create .
  • flutter analyze -v
  • flutter doctor -v
  • flutter build apk --debug
  • flutter build apk -t lib/main_dev.dart --debug
  • flutter build apk --verbose
  • flutter clean
  • flutter build apk

production android build flutter build appbundle -t lib/main_prod.dart

ios build flutter build ios -t lib/main_prod.dart

build fastlane

cd ios fastlane beta

https://docs.fastlane.tools https://flutter.dev/docs/deployment/cd

build models

-Ref: flutter packages pub run build_runner build --delete-conflicting-outputs flutter packages pub run build_runner build

launcher icons

  • flutter pub get
  • flutter pub run flutter_launcher_icons:main

Build Env

Navigation Service

Route Animations

Stripe payment

https://tipsi.github.io/tipsi-stripe/docs/completeapplepayrequest.html

clean

/Users/inarenedpuganti/flutter/bin rm -rf cache && flutter doctor -v

Buttons Design

Borders

-Ref:

drag & expand

https://morioh.com/p/6a7e7f045c74 https://stackoverflow.com/questions/57233622/flutter-draggablescrollablesheet-doesnt-show-up-by-pressing-button

full screen dialog

https://fidev.io/full-screen-dialog/

dart help

https://medium.com/flutter-community/simple-and-bug-free-code-with-dart-operators-2e81211cecfe

flutter Analytics

https://medium.com/@gaspard.merten/firebase-analytics-and-flutter-340f01ad8636 https://medium.com/flutterpub/using-firebase-analytics-in-flutter-2da5be205e4

https://stackoverflow.com/questions/5025256/how-do-you-specify-command-line-arguments-in-xcode-4

sentry

https://dev.to/mhadaily/how-to-capture-errors-and-send-platform-specific-information-to-sentry-in-flutter-4l6m

flutter packages pub run build_runner build

JsonSerializable

https://github.com/dart-lang/json_serializable/blob/master/example/lib/example.dart

Deserialize

https://medium.com/flutter/some-options-for-deserializing-json-with-flutter-7481325a4450

streams

https://medium.com/@ayushpguptaapg/using-streams-in-flutter-62fed41662e4 https://blog.codeminer42.com/build-your-first-app-with-flutter-getting-data-from-api-c9fb4c2a6812/ https://creativebracket.com/how-to-use-streams-in-dart-2/ https://medium.com/flutter-community/understanding-streams-in-flutter-dart-827340437da6

Access the Index on Dart List.map()

https://fireship.io/snippets/dart-how-to-get-the-index-on-array-loop-map/

Localization

https://github.com/ResoCoder/flutter_localization_tutorial/blob/master/lib/main.dart https://github.com/mohamedHassanKa/flutter_internationalization/blob/master/lib/main.dart

state

https://medium.com/@baranmichal25_54778/scaling-up-simple-app-state-management-6c22d0a83da5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages