Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdeltwabMF committed Feb 1, 2023
1 parent da52b9c commit bdbe057
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import 'package:provider/provider.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();

// For older browsers and devices trust Let’s Encrypt certificates.
// For more information: https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
ByteData data =
await PlatformAssetBundle().load('assets/ca/lets-encrypt-r3.pem');
SecurityContext.defaultContext
Expand Down
20 changes: 10 additions & 10 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: loc
description: A location-based reminder
description: Free and open-spurce location-based reminder for Android

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 0.1.0
version: 0.2.0

environment:
sdk: '>=2.18.6 <3.0.0'
Expand All @@ -12,21 +12,22 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
provider: ^6.0.5
geolocator: ^9.0.2
flutter_ringtone_player: ^3.2.0
flutter_map: ^3.1.0
latlong2: ^0.8.1
flutter_ringtone_player: ^3.2.0
geolocator: ^9.0.2
http: ^0.13.5
latlong2: ^0.8.1
provider: ^6.0.5

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.11.0
flutter_lints: ^2.0.0

flutter:
uses-material-design: true
assets:
- assets/ca/
fonts:
- family: Fantasque
fonts:
Expand All @@ -37,8 +38,7 @@ flutter:
- family: NotoArabic
fonts:
- asset: assets/fonts/NotoSansArabic-Regular.ttf
assets:
- assets/ca/
uses-material-design: true

flutter_icons:
android: launcher_icon
Expand Down

0 comments on commit bdbe057

Please sign in to comment.