Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
remove token from example
Browse files Browse the repository at this point in the history
  • Loading branch information
g-apparence committed Dec 19, 2020
1 parent 53a163c commit d0bd0ac
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ void main() {
runApp(MyApp());
}

const String APPLICATION_TOKEN = "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIwMTYxNjk4ZS05YWE0LTRkNTEtYjAyMS1hNjRkZDY3N2JiNTkiLCJ0eXBlIjoiUFJPSkVDVCIsImlhdCI6MTYwNTg4NTczMX0.CykI_pZUrVJhb6P2CWnqBkJT7erUBRkJbhsv0pYWvMw";
const String APPLICATION_TOKEN = "YOUR_TOKEN_HERE";

class MyApp extends StatelessWidget {

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ dependencies:
mvvm_builder: ^2.1.5
http: ^0.12.2
http_parser: ^3.1.4
google_fonts: ^1.1.0
package_info: ^0.4.3
rxdart: ^0.24.1
google_fonts: ^1.1.1
package_info: ^0.4.3+2
rxdart: ^0.25.0
flutter_colorpicker: ^0.3.4
dotted_border: ^1.0.6
dotted_border: ^1.0.7
path_provider: ^1.6.24
keyboard_visibility: ^0.5.6
application_icon: ^1.0.0
cached_network_image: ^2.3.3
cached_network_image: ^2.4.1
hive: ^1.4.4+1
hive_flutter: ^0.3.1

Expand All @@ -33,7 +33,7 @@ dev_dependencies:
sdk: flutter
mockito: ^4.1.1
hive_generator: ^0.8.2
build_runner: ^1.10.6
build_runner: ^1.10.11

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down

0 comments on commit d0bd0ac

Please sign in to comment.