fix: update Flutter example project to use new API
fix: don't keep example project Podfile.lock in repo
This commit is contained in:
@@ -13,9 +13,22 @@ dependencies:
|
||||
sdk: flutter
|
||||
path_provider:
|
||||
thermion_flutter:
|
||||
path: ../../../thermion_flutter/thermion_flutter
|
||||
cupertino_icons: ^1.0.2
|
||||
web:
|
||||
|
||||
dependency_overrides:
|
||||
thermion_flutter:
|
||||
path: ../../../thermion_flutter/thermion_flutter
|
||||
thermion_flutter_platform_interface:
|
||||
path: ../../../thermion_flutter/thermion_flutter_platform_interface
|
||||
thermion_flutter_ffi:
|
||||
path: ../../../thermion_flutter/thermion_flutter_ffi
|
||||
thermion_flutter_web:
|
||||
path: ../../../thermion_flutter/thermion_flutter_web
|
||||
thermion_dart:
|
||||
path: ../../../thermion_dart
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
Reference in New Issue
Block a user